What I want to try is to create a 14bit controller with 2 MIDI Sliders
first slider represents Coarse and second Slider the Fine Value
Shure i can do it with BOME MT or in Lightjams but I think a C3 Midi filter could also do it… and directly calculating is the fast way instead of routing Back and forth.
explanation:
The slider2 (FINE) is synced to a Jog-Wheel so after…
1 Wheelturn (right-UP) the value jumps from 127 to 0
this event should trigger slider1 (Coarse) add 1 (at max 127)
1 Wheelturn (left_DOWN) the value jumps from 0 to 127
this event should trigger slider1 (Coarse) subtract 1 (at min 0)
Someone has an idea??