Hi all,
I made a preset change fader using a LUA function. The function sends bank select and program change MIDI messages, and the program number is the current fader value.
IOW, I can change presets on my synth by twisting a knob. The knob ranges from preset 1 up to preset 128.
It works well, but it’s tricky to home in on a specific preset number because the knob is so sensitive. Even the slightest of movements can move by 2 or 3 presets unless you’re very careful.
Is there some way to make it less sensitive? They’re endless encoders, so in theory it should be possible to require, say, 2 full turns of the knob to move the full range, rather than just 1.
Many thanks!