Swap Midi CC Values

Hi everyone, so I’m hoping to use a midi insert and the transformer to swap CC 7 with CC 11. So when I move my CC11 fader it gets transformed to CC7 and when I move my CC7 fader it gets transformed to CC11.

I haven’t been able to figure this out but I know that the transformer plug-in is super powerful so I’m hoping someone can help me with this.

Thanks in Advance!

Hi,

The Transformer works like a chain. So you cannot transform it directly from 7 to 11 and from 11 to 7 in another Module. It’s the same when we are talking about the Input Transformer or the MIDI Insert Transformer. So you will need 3 steps.

1st (change MIDI CC 10 to temporary MIDI CC 6 - or any, you want to):
Type Is | Equal | Controller | And
Value 1 (MIDI CC No.) | Equal | 10

Value 1 | Set to fixed value | CC 6

2nd (change MIDI CC 7 to MIDI CC 10):
Type Is | Equal | Controller | And
Value 1 (MIDI CC No.) | Equal | 7

Value 1 | Set to fixed value | CC 10

3rd (change MIDI CC 6 - or *any to MIDI CC 7):
Type Is | Equal | Controller | And
Value 1 (MIDI CC No.) | Equal | 6

Value 1 | Set to fixed value | CC 7

Hi Martin,
little typo, yes? :wink: CC#11, not CC#10, surely?

But great solution :slight_smile:.

I was trying to do it in two steps and kept running into the issue you described. I didn’t think to do it in three. Thank you!!!

I tried to keep a room for your creativity. :slight_smile: Of course you are right, thanks!