Birch-san / juicysfplugin

Audio plugin (e.g. VST, AU) to play soundfonts on macOS, Windows, Linux
GNU General Public License v3.0
225 stars 29 forks source link

Could pitch bend range expand beyond 2 semitones? #59

Open brickblock369 opened 11 months ago

brickblock369 commented 11 months ago

I'm using FL Studio to run JuicySF, and no matter how much I change the regular pitch bend range value, or the "send pitch bend range" in FL's plugin wrapper settings, the only change I notice is the amount that changes when shifting the knob, but the pitch bend range is still locked to 2 semitones.

I can't tell if this is the FL Studio's issue with VSTs, or the plugin's issue.

I've attempted to try it on other hosts but they failed to run the plugin:The hosts are LMMS and OpenMPT, but LMMS does not support VST3 for the moment and OpenMPT just has an error when loading the plugin file.

DaforLynx commented 11 months ago

Yes, it uses Fluidsynth so there is full compatibility with that. What you need to do is set CCs 100 and 101 to 0, and then set CC 6 to the range in semitones you want.

brickblock369 commented 11 months ago

Thank you, that solved it.