Archives

Script to assign a modifier to a track based on its name

I deleted my previous comment because there was a small error in the code + I added some things. So I’m going to start over, fresh, with examples this time. How the Reaction works Listener Instead of listening to the Tracks (if their names are being changed), the Reactions are going to listen to the […]

Script to assign a modifier to a track based on its name

The difficulty with what you are asking is that every Track would need a Name Listener. As far as I know Listeners can only be established/updated on script initialization or mode change. That part is still do-able (whenever the Tracks List changes, you can temporarily switch modes) but what I haven’t figured out yet is […]

Quneo Template?

I have this same question (as a newbie to Control Surface Studio). The link above yields a 404 error. Is it necessary to create a script from scratch to use my Quneo with Ableton Live 12? Surely one is out there somewhere? (it’s mostly the red box and launching scenes that I’m after). Thanks!

How to add listener to parameter changes of a M4L device?

Maybe I just don’t understand how to use listeners… but “self.song().view.selected_track.add_name_listener” also doesn’t fire. It works using “self.song().tracks[1].add_name_listener” but not with “selected”_track. Is there another solution to use listeners maybe in a user.py ? Regards, mj