-
Notifications
You must be signed in to change notification settings - Fork 2
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
Debugging GS instruments with ADLMidiPlay #38
Comments
This totally breaks XG, notes will not play |
One note came from this issue: Wohlstand/libADLMIDI#136
The 0'th LSB is the default fallback, and 1,2,3,4 are meaning different version of same instrument per each synthesizer. libADLMIDI now supports correct MSB and LSB logic for GS on it's backend, the one thing is left - to polish the bank itself to equip it with necessary instruments. |
...wait. |
If there are different - yes, but keep the LSB=0 to be a default fallback. When given LSB is missing, it falls into 0 on the same MSB. |
A little trick I found with GS instruments (to knock it out of XG mode)
Line 989 of
adlmidi_midiplay.cpp
:Should be
This allows GS to work for now.
The text was updated successfully, but these errors were encountered: