I was wondering. Is it possible to send incremental controller change data? I really like to make two pads that can control the preset banks of my vsti. At the moment I have a regular knob that controls the presets. But it would be a lot handier to use a up and a down button.
I googled, and I found something on the jazzmutant forum.
But this doesnt seem to work. (it doesnt send out any midi) I would really appreciate the help!1. Create a set of 2 pads - 2 columns, 1 row
2. Create 2 custom MIDI messages for these pads
3. For the incremental MIDI message:
- Message = Control Change
- controller = anything - no trigger
- value = 1 - no trigger
- Scale uncheck
- Channel = anything - no trigger
- Trigger = x[1] (for the right pad--x[0] for the left) - trigger when value increases (+)
4. For the decremental MIDI message:
- Message = Control Change
- controller = same as incremental - no trigger
- value = 127 - no trigger
- Scale uncheck
- Channel = same as incremental - no trigger
- Trigger = x[0] (left pad) - trigger when value increases (+)