Archives

Exclusive Arm & Exclusive Solo added!

So I decided to rebuild the whole script in 2.8, and I simply don’t understand why Track arm won’t work… Everything else is working now, except for this one. I’ve tried to assign it to different buttons too, no luck.

Exclusive Arm & Exclusive Solo added!

Huh, now I’m completely lost; I reinstalled the script again, and now Live doesn’t see the script at all (it’s not available from the dropdown in settings). I’ve also got a script for my MF Twister, and it works just fine, and the folders are both there, next to each other, in the MIDI remote […]

Exclusive Arm & Exclusive Solo added!

Hey, I just checked it again (including selected track arm) and it all appears to be ok. Do you have any reactions which are altering the state of the track arm? For clip fire, if you’re not entering any action parameters, then the code should look like this (remove: None, None): self.song().view.highlighted_clip_slot.fire() Change it to […]

Exclusive Arm & Exclusive Solo added!

Thanks for looking into it. Can you see any obvious reason why it wouldn’t work for me with this setup? It used to work before this change (but ignoring exclusive arm). BTW, here is another action that doesn’t do anything: self.song().view.highlighted_clip_slot.fire(None, None) – shouldn’t that simply fire the highlighted clip slot?