Exclusive Arm & Exclusive Solo added!
Hi, I can’t really say what the issue is from that information. He’s a video tutorial about what to do if your script isn’t showing: https://youtu.be/1SyiCH8BCiI?si=nkzc5Zm8TLcNya7O
Hi, I can’t really say what the issue is from that information. He’s a video tutorial about what to do if your script isn’t showing: https://youtu.be/1SyiCH8BCiI?si=nkzc5Zm8TLcNya7O
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.
Actually, this message pops up in the new version (attachment), but aside from the two things I’ve mentioned above, both scripts have been working just fine up until now… 🙁
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 […]
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 […]
Hi all, Apologies, this is now fixed.
Same problem
Having the same problem since upgrading to 11.3.11
Cool, thanks a lot! I will try this out! 🙂
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?