Archives

Reaction only fires in the last track created

I also got the following error message in the CSS log. I can’t say if it has anything to do with it: /Applications/Ableton Live 12 Suite.app/Contents/App-Resources/MIDI Remote Scripts/css_device_parameter_listener/css_device_parameter_listener.py:891: SyntaxWarning: “is not” with a literal. Did you mean “!=”? school Off

Reaction only fires in the last track created

hi John, thanks, I tried that. If I now duplicate the track, the mode is activated again as expected. The behavior remains the same. The reaction only fires in the last track created. This is only the case if the value I query is a 1 or a 0. With values ​​from 0 to 127 […]

Control mouse click with Python

Hi Glenn, thanks for answering! Yes you are correct, I only click on ‘Type’ in order to bring Live’s Browser into focus. From what I understand the Max 4 Life’s LOM (The Live Object Model) is more or les the same as the undocumented Control Surface Scripts Model (maybe I can figure out how to […]

Reaction only fires in the last track created

Try reloading the mode when the tracks change (i.e. a track is duplicated) Add a new reaction, listener: live object mode > song > tracks value has changed action: script > set active mode In the parameter section (set input field to ‘custom code’):

Move session box on scene launch

Yes, create a reaction which uses the listener ‘live object model > scene > scene is triggered’ (select the scene nummber or choose ‘selected scene’ in the path menu) then in an Action use ‘script > set session box position’ and set the scene number to You will need to set the input box to […]

Control mouse click with Python

I’m guessing you can use any module that’s part of the Python’s Standard Library without a problem. I don’t have a clue how you would be able to use 3rd party modules though. If you right-click on the Ableton app, access its contents and navigate to “/Applications/Ableton Live 11 Suite.app/Contents/App-Resources/Python/site-packages”, then you might be able […]