That’s correct, the listener will not automatically work if you’re using a Reaction to move the session box. If you want the listener to fire when you move it via a Reaction you would need to also add the method call for the session box listener: – The zero inside the parenthesis is the mode […]
Ok, I got it. Here’s the last version.
This first one from Glenn is very clever and simple, just add an exit reaction to the first block when applying to a modifier. You could also do this using this method : https://community.remotify.io/questions/question/cycle-through-values-with-1-button/ And for the LED feedback you could simply send this value scaled to 0-127 to the corresponding controller. ie if i range […]
In a Reaction, if your button sends a Momentary CC, then the Reaction that Listens to that button will fire each time you press AND release your button. Because you want the Reaction to act as a Toggle, you can account for this by making the first Action exit the Reaction whenever the button is […]
update with visible tracks listener added
In a Reaction, you could do it like this: Listener: song > scene > is triggered has changed… set its path menu (the little hand icon on the left) to ‘scene type: selected scene’ Action: live object model > device parameter > set value… In the path menu: Track Type: master track Device number: (position […]
Ableton Live doesn’t appear to provide this information via their API to midi remote scripts.
Hi Gareth, Pitch Bend is currently not available, we are investigating adding this in a future release.
I can confirm this was a bug and is now fixed. Please regenerate your script to use the fixed code.