Exclusive Arm & Exclusive Solo added!

1.06K viewsGeneral
0

Hi all,

Exclusive Arm & Solo is now available for Arm & Solo mapping types.
Make sure to turn these options on in Ableton Live’s “Preferences > Record Warp Launch” tab.

This is an update directly on our server so no need to re-download Control Surface Studio. Simply re-generate your script! 🙂
Thanks
John

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

Awesome! But when I re-installed my script, the arm action no longer works. (Solo and mute do, curiously)

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

Thanks, I will investigate this.

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

Hi,

I just tested arm and solo with exclusive active and deactivated, both appear to be working ok.

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

Thanks for looking into it. Can you see any obvious reason why it wouldn’t work for me with this setup? It used to work before this change (but ignoring exclusive arm).

BTW, here is another action that doesn’t do anything: self.song().view.highlighted_clip_slot.fire(None, None) – shouldn’t that simply fire the highlighted clip slot?

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

Hey,

I just checked it again (including selected track arm) and it all appears to be ok. Do you have any reactions which are altering the state of the track arm?

For clip fire, if you’re not entering any action parameters, then the code should look like this (remove: None, None):
self.song().view.highlighted_clip_slot.fire()
Change it to ‘custom code’, then you can edit the code itself

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