rncbc / qsynth

Qsynth - A fluidsynth Qt GUI Interface
https://qsynth.sourceforge.io
GNU General Public License v2.0
63 stars 18 forks source link

Bank Offset should accept values greater than 128 #12

Open mqnc opened 7 years ago

mqnc commented 7 years ago

The text input for the bank offset in the soundfonts setup is limited to 128. Fluidsynth allows for much higher offsets and the 128 is very limiting if you want to load several soundfonts and address them all via midi.

rncbc commented 7 years ago

Fixed on git head master (https://github.com/rncbc/qsynth/commit/3cec8c4)

thanks