Increase CC for one key, Decrease for another

SavingPrincess

2015-08-11 08:40:22

I am trying to map a fader to zoom in/out so I would need to set the message for an increase in the CC value to one key and a decrease to another. Is there a way to do this?

DvlsAdvct

2015-08-11 15:25:07

Hi SavingPrincess

What you want to do is definitely doable. I took these rules from this thread.

Code: Select all

[x] Translator 0: Knob Clockwise 
Incoming: MIDI B0 00 oo
Rules: if oo<ga then exit rules, skip Outgoing Action
Outgoing: Keystroke: Shift(A )

[x] Translator 1: Knob Anti-Clockwise
Incoming: MIDI B0 00 oo
Rules: if oo>ga then exit rules, skip Outgoing Action
Outgoing: Keystroke: Shift(Z )

[x] Translator 2: Track Knob Position
Incoming: MIDI B0 00 oo
Rules: ga=oo
Outgoing: (none)