You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polyphone decompresses the soundfont only if the filename extension is sf3. It doesn't check ifil like it should. (Or check sample type). This causes soundfont3 soundfonts saved with a .sf2 extension to be broken.
Polyphone should check if ifil is 3 instead of filename extension. That or check if (sampleType & 0x10) > 1
Version tested
2.3.1 (Flatpak)
The text was updated successfully, but these errors were encountered:
spessasus
changed the title
[BUG]Polyphone determines sf3 soundfonts via the filename
[BUG] Polyphone determines sf3 soundfonts via the filename, not the soundfont version
Jul 25, 2024
The issue
Polyphone decompresses the soundfont only if the filename extension is sf3. It doesn't check
ifil
like it should. (Or check sample type). This causes soundfont3 soundfonts saved with a .sf2 extension to be broken.SoundFont3 Format
How to reproduce
Expected behavior
Polyphone should check if
ifil
is 3 instead of filename extension. That or check if (sampleType & 0x10) > 1Version tested
2.3.1 (Flatpak)
The text was updated successfully, but these errors were encountered: