Select a Device Regardless of Position?

632 viewsCSS Questions
0

Using Launch Control XL, I want the top row of knobs to control a high pass filter and the second row to control a low pass. I have created an effect rack and mapped each to the first 2 macros. Here’s the tricky part. The effect rack changes position on each track as I like to have it at the end of my device chain and I am constantly swapping devices in and out of the tracks depending on the project I am working on. So.. is there a way for CSS to know that when I turn a knob it should target a macro on a specific effects rack without using the device number of the device or selected? I guess more accurately, can I target the device by name?

Hope this makes sense. I am very new to CSS. Thanks for any help you can provide.

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

So, from the lack of responses I am guessing this cannot be done

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

You can add a Reaction mapping type to loop through all of the devices in a track
Listener: selected track has changed (live object model > song > selected track has changed).

Add a condition to check for either the device name, device display name or type
(live object model > device > all devices)
If the device name/type matches what you’re looking for, store the loop iteration number as a modifier.

Then, in your parameter mapping, set the parameter number to the modifier.

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