CSS script not showing in Ableton
Maybe a bug,
I’m exporting my script from the last version of CSS. It goes to the right folder in Ableton but it does not appear in the list in Ableton.
my CSS script has quit showing up in the Ableton control surface drop down too.
I’ve tried restarting my computer, restarting Ableton, manually deleting the script from Ableton resource, but nothing works.
Any recommendations on how to get this showing up again so I can continue attempting a working script? Thank you.
I have attached files for reference. Also, though the script install gives me the green success indicator, here is an error I’m getting in the Log:
Traceback (most recent call last):
File “”, line 1, in
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_mochte_ableton_11/__init__.py”, line 2, in
from .css_mochte_ableton_11 import css_mochte_ableton_11
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_mochte_ableton_11/css_mochte_ableton_11.py”, line 3084
if (self.midi_cc_ch_7_val_68 == ):
^
SyntaxError
:
invalid syntax
Traceback (most recent call last):
File “”, line 1, in
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_mochte_ableton_11/__init__.py”, line 2, in
from .css_mochte_ableton_11 import css_mochte_ableton_11
File “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_mochte_ableton_11/css_mochte_ableton_11.py”, line 3084
if (self.midi_cc_ch_7_val_68 == ):
^
SyntaxError
:
invalid syntax
FYI. I resolved this by creating a new script and copying all of the elements from the original script over.
The error above would have been cause by a ‘condition’ in a reaction mapping not being fully completed in its settings.
You just needed to complete it or delete the condition.
Sign up
User registration is currently not allowed.