Skip to content
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

LSB banks are not loaded properly #240

Closed
hakerg opened this issue Sep 8, 2022 · 1 comment
Closed

LSB banks are not loaded properly #240

hakerg opened this issue Sep 8, 2022 · 1 comment
Labels
Bug Issue that affects the stability of the driver.

Comments

@hakerg
Copy link

hakerg commented Sep 8, 2022

Property "sf.desblsb" is not recognized properly by the driver—it's recognized as "sf.desb". It can be fixed by replacing
TempLine.find(L"sf.desb") == 0
wth
TempLine.find(L"sf.desb ") == 0
in SoundFontLoader.h in OmniMIDI solution.

@KaleidonKep99
Copy link
Collaborator

Will fix, thank you!

@KaleidonKep99 KaleidonKep99 added the Bug Issue that affects the stability of the driver. label Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issue that affects the stability of the driver.
Projects
None yet
Development

No branches or pull requests

2 participants