[SOLVED] Features Stopped Working After Update to 0.24

Hello,

After updating and adding some edits to the script from what has been discussed here , some specific parameters have stopped working on my controller. I have a performance on saturday next week which makes me a bit pressed for time to fix this.

Im on Ableton Live 12.2

The parameters that are not working are:

Track 1-12 Devices Parameter (CC) | Device 1 Control.

These are quite important for my setup as i used them for filtering each track independently with a filter device on each track.

Selected Track Device ON OFF (Note) | Device 1
Selected Track Devices Parameter (CC) | Device 1-8 Control.

These are also quite important as they allow me to turn on off and control a master FX rack with 8 different macro parameters on my master channel.

Please find some screenshots below:

Encoder Mapping To Control Device 1 control on each track:

For the above i have the correct mapping for each of the tracks. I can provide screenshots if needed.

Button Mapping To Turn ON OFF Selected Track Device 1:

I already tried changing the mode to toggle as a test but it didnt work!

Encoder Mapping To Control Selected Track Parameters: (In this case parameter 1)

My controller is called NYRA. Help would be very appreciated here. All other functions are working properly.

Fixed this by adjusting the parameters in the document with guidance from @francoytx

Selecting only the specific parameters so that the interactions work

SELECTED_STRIP_PARAMETER_CONTROLS_ENABLED = True

TRACK_STRIP_PARAMETER_CONTROLS_ENABLED = True
STRIP_PARAM1_CONTROLS_ENABLED = True

1 Like