LED Fedback from Reaction Does not light up on Script Initialising

148 viewsCSS Questionsled feedback
0

Can anyone help here….

I have a MIDI button to press when I wish to re-enable automation.

I have a reaction to trigger this button on and off.

I also have another reaction which tells the MIDI input to light up White or Orange whether it is on or off.

All of this functions without issue, although it seems that the ‘script initialising’ listener does not seem to work.

When the script is initialised there is no LED light…only after I press the button or update the automation status.

I’ve attached the script incase this helps 🙂

JohnC Answered question September 3, 2024
Attached Files:
0

Are you sure its the ‘script init’ which isn’t working? try adding  new Action block immediately after the listeners and before any of the action blocks which prints something in the CSS log (script > display a value in CSS log)
Don’t add any conditions to it.
If the value is not displayed in the log when the script is initialised, this will confirm your assumption.
But if it does display, then its probably something to do with either, 1 of the other listeners or the conditions in the Action blocks.

JohnC Posted new comment September 8, 2024

Thanks John,
You are correct I misspoke, it’s not so much that the script initialise function is not working than it does work in the current iteration of commands that I have laied out.
I’m not really sure what’s going on, I’ll have another look but if anyone has any ideas/has experienced this before then thank you 🙂

So I have been doing some more digging here….it turns out I was correct with my initial hypothesis.

I add the ‘display value in CSS log’ action at the top of the script and there is no value being displayed in the log.

Following this I added a MIDI button listener to see if that would fix it and when pressing the MIDI button I saw nothing in the log.

I created a totally new script from scratch with a ‘Script Initialise’ Listener and a ‘MIDI Button Move’ Listener and could not get anything to appear in the CSS Log

So it sounds like your log isn’t working.
In the App Settings > Ableton Live version, do you have this set to the same minor version of Live which you are using?

You are viewing 1 out of 1 answers, click here to view all answers.