Scripts no longer appear in ableton control surface dropdown

508 viewsCSS BugsScript generation error
0

Hi John and community,

Im using CSS 2.9.0 and ableton 11.3.43. This issue happens for all scripts i generate, including template and tutorial scripts and controller templates. All the global paths/settings appear fine and a folder with my script name is created in the appropriate place. For a time only some scripts would not appear in ableton, now all new scripts arent displayed.

I have also encountered some bugs with reactions. When they are sufficiently complicated, they often break and dont generate correctly.

I have also encountered an issue, where when deleting a reaction, its mode is deleted instead, breaking the whole script. I have also encountered the script generation error

get_mode_id error: map level out of range

I hope you still support v2.

Best wishes, Theo

JohnC Answered question
0

If you’re using custom code then you could use a “try…except…” statement to catch errors, so that they won’t fail the entire script.

@css_devs: would it be possible to implement these “try…except…” statements natively in all Reactions? For example with a general print to CSS’s log of the error’s details and a mention of what Reaction caused an error in Live’s status bar whenever an error occurs. And maybe even a kill switch variable that would stop a Reaction from firing again when an error has previously occurred.

Glenn V. Answered question
You are viewing 1 out of 3 answers, click here to view all answers.