Exclusive Arm & Exclusive Solo added!

6.28K 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
Attached Files:
0

Hi, I have CSS 2.8.1 and Track Arm does not work when exclusive arm is turned on in Ableton.
When I turn off exclusive arm it works as expected.
Solo works without any problems regardless of exclusive setup.

Any thoughts?

I get the the following errors in log after pressing arm button on APC40 mk2 (exclusive arm on):

Traceback (most recent call last):
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/ControlSurface.py”, line 425, in receive_midi
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/ControlSurface.py”, line 434, in _do_receive_midi
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/ControlSurface.py”, line 450, in handle_nonsysex
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/Launchpad/ConfigurableButtonElement.py”, line 80, in receive_value
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/ButtonElement.py”, line 142, in receive_value
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/InputControlElement.py”, line 489, in receive_value
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/SubjectSlot.py”, line 72, in notify_method
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/Signal.py”, line 96, in __call__
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/Signal.py”, line 14, in default_combiner
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/Signal.py”, line 101, in _slot_notification_generator
File “output/Live/mac_universal_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/Signal.py”, line 24, in __call__
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_apc_7/css_apc_7.py”, line 1976, in midi_note_ch_0_val_48_mode1_listener
self.pick_brain(self.arm_track_1_id_30)
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_apc_7/css_apc_7.py”, line 5216, in pick_brain
self.bool_brain(cnfg)
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_apc_7/css_apc_7.py”, line 5251, in bool_brain
self.song().tracks[index].arm = False
RuntimeError
:
The Track in question cannot be armed!

admin Changed status to publish
Attached Files:
0

Have you edited the code manually?
This code…. self.song().tracks[index].arm = False
Doesn’t exist in the ‘bool_brain’ method.
In any case, its telling you what the issue is: The Track in question cannot be armed!

I’ve tested exclusive arm multiple times and it works completely fine for me.

admin Changed status to publish
Attached Files:
0

Thanks for your answer.
I’ve never edited the script manually.
And what this message even mean? I don’t get what is the “track in question”.

I can normally arm/unarm any of the tracks in ableton UI. The issue occurs only when I try to do it with a controller/CSS script.

Attached is the piece of code you are referring to. I’m not a programmer but can clearly see this line is there and it was generated by CSS.

admin Changed status to publish
0

I figured it out. It happens when in the session there are tracks without arm button. For example MIDI track with “MIDI From” set to no input or group track.

When I deleted these 2 kind of tracks arm feature started working.
Have you tested such scenario?

admin Changed status to publish
Attached Files:
0

Thanks for the details! this is now fixed.
Re-generate your script and MIDI tracks without an arm button won’t cause a problem.

admin Changed status to publish
Attached Files: