Automapping layers

1.66K viewsGeneral
0

Hello!:)

I’m an absolute noob and I would like to ask for assistance to set up layered macro automapping.
For instance, my controller would get automapped ( Xtouch mini / Midimix) to the first 8 macro on a device, then switch to the next set of 8 after a press of a button. Where do I need to start?
Thanks!

admin Changed status to publish May 22, 2024
Attached Files:
0

Ah, I was under the impression you were using the MIDIMIX with sliders, and wanted a way to use the “takeover” function. But if I’m understanding correctly, you want your Rotary Encoders to show/have the Value of the Macro Parameters when you change the group of Macro’s. Here’s what I would do:

Make a new Reaction.

Add 3 Listeners: Script Initialization + the 2 buttons you use to navigate between the groups of Macro’s (see pic Listeners.png, where button 13 and 14 are those I used in the MIDIMIX example).

For each Encoder, add the Action “MIDI Controller > send MIDI velocity value to input” (see pic Actions.png). In “Controller Input” select the Encoder. In Velocity Value, use the dropdown menu to select Custom Code (1 in the picture) and add the line of code that is used to get the Macro parameter value. Remember to make sure the added “Encoder number” is correct (2 in the picture).

Once the Reaction is made and saved, make sure it is positioned after the Reactions that change Modifier m1 (see picture Position.png). These are the Reactions inside the Blue box. The Reaction in the Red box represents the new Reaction. If your new Reaction were to activate before the changes to Modifier m1 happened, you would get bad results.

I haven’t tested this, so if something doesn’t work right, just let me know.

admin Changed status to publish May 22, 2024
You are viewing 1 out of 29 answers, click here to view all answers.