Swapping MIDI CC events on two different controller lanes

Is there a single function that does this? It would make my current work flow a whole lot smoother.

Thanks in advance,
Ryan

Hi,

sorry, could you explain it more? Could you describe an example? Of course, you can display two MIDI CC lanes in the KeyEditor. You can also use presets to display, which CC should be displayed in which lane. Is your question in this direction?

Hi Martin, thanks for the reply.

What I would like to know is if there is a function which will easily swap the data between two automation lanes of a midi track.

ie: Data from Automation lane for CC 17 would swap into CC18, and data from CC18 would swap in CC17.

Ryan

Hi,

I see. No, there is no direct function for this, but you can create your own Logical Editor preset(s). Of course, you will need one step before.


Step 1, Logical Editor:
Type Is > Equal > Controller > And
Value 1 > Equal > 17

Action:
Value 1 > Set to fixed Value > 16.


Step 2, Logical Editor:
Type Is > Equal > Controller > And
Value 1 > Equal > 18

Action:
Value 1 > Set to fixed Value > 17.


Step 3, Logical Editor:
Type Is > Equal > Controller > And
Value 1 > Equal > 16

Action:
Value 1 > Set to fixed Value > 18.