Anmelden:     


Forum: General Discussion

Topic: 2 Launchpad X in the same time problem
Hello
I have a question.
I have two Launchpad X controllers and I'd like to have the view from one photo on one and the view from the other photo on the other... is this possible?

I mainly care about the Slicer section - 8 pads for the left channel and 8 pads for the right

Because right now, both Launchpads display the same window when I select one
 

geposted 2 hours ago
have 2 mappers and make the variable names unique to each mapping.
 

Ok, thank you for your help... I'll do that...🙂
 

To avoid 2 different Mapping files that all they differ is some variable names, you could use controllervar instead of var in the actions. This will make the variables having different values on different controllers even if both are the same model and have the same Mapping assigned.

On a query such as var X value ? this : that , you use controllervar X value ? this : that
On a set action like set_var X value , you use it like controllervar X value
Doesnt have all the bells and whistles of the classic variable system, but pretty good for such cases and simple variable actions
 

Ok, thank you for your help...🙂