-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unmapped drum note *number* #2
Comments
The file was imported from a midi file. It contains percussion instrument references: Lines 1716 to 1719 in 905e64b
Lines 69 to 72 in 905e64b
webmscore/libmscore/drumset.cpp Lines 250 to 274 in 905e64b
|
See: importexport/guitarpro/importgtp.cpp#L296-L363 References: https://en.wikipedia.org/wiki/General_MIDI#Percussion, https://www.midi.org/specifications-old/item/gm-level-1-sound-set
I was trying to load this file and webmscore just spams me with
unmapped drum note 75
with different numbers.When I load a soundfont file and try to use
saveAudio
to save that to a.wav
file, some drum notes are missing in the output file.Any way to fix that?
The text was updated successfully, but these errors were encountered: