Archives

Reaction for clip added to track?

That listener only updates when the number of clipslots on the track changes (so when you add remove scenes). You would need to monitor individual clip slots using live object model > clip slot > has clip has changed

Momentary button to send effect with max value

I found a way, for dividing the list of buttons among different tracks, that works (by using the result and remainder of a division between the listener_number and the amount_of_buttons_assigned_per_track) but in the process came across something that bugged me about modes. Initially I had only tested the funtion being called by a Reaction in […]

Momentary button to send effect with max value

Hi again, after setting the channel to 0 .. it was working .. YEAH 🙂 In the meantime I also got the sends 3+4 for shift mode to work. So glad 🙂 Just wanna make some small changes, because I don’t want the buttons to trigger sends of the selected channel, but the channel they […]

Momentary button to send effect with max value

The channels you’re getting from hovering over a button on the controller template, starts counting from 1 (to 16). But in the code it starts counting from 0 (to 15). So you just need to detract 1 from the channel. You could also temporarily start making a condition in a reaction with that button, then […]

Momentary button to send effect with max value

Yo Glenn, you are a legend man 🙂 I moved your user.py to my script folder and changed these lines: Then I created a simple reaction (global mode) with 2 button pressed listeners for those 2 buttons and an action code with: Wasn’t sure if I need to place an exit as well..? In Ableton […]

Momentary button to send effect with max value

Hey Rouz, I made a user.py version today. The code I presented earlier wasn’t without some bugs. Also, to make it work in the user.py file I had to do a few adjustments. Here’s a link to the file on my google drive. Some notes To be able to access functions and objects from the […]

Control a device parameter by device name, not working in CSS3?

Hi John I think there is a bug actually. Even with the change you suggested I still get an error.  I followed Gemini’s instruction and edited the generated script by hand and now the scripts appears in Ableton and is working (with one little exception). This is Gemini advice and what I did: The error […]