[SOLVED] Conflict selecting Compressor device when Glue_compressor is on the track
Hi,
I’m wanting to have 4 dedicated knobs controlling Ableton compressor, no matter where the device is on a track.
I have a reaction finding the compressor by name, if a track is changed, and assigning m1 modifier the device loop iteration number, and then a device parameter mapping using m1 as the control my hardware should edit. (Sorry if that sounds confusing)
This all seems to work, however, if I have a Glue compressor and a Compressor on a track, my ‘match text exactly’ doesn’t seem to ignore it, and I end up controlling the glue compressor.
My reaction code looks like this
self.song().tracks[0].devices[0].name == "Compressor"
I have tried hard code the ignore by adding
self.song().tracks[0].devices[0].name != "Glue compressor"
but still no dice, any help here would be appreciated
Sign up
User registration is currently not allowed.