Archives

listeners features request

Listeners are used to auto update when a specific event happens either in live or from the connected midi controller so updating them from the code wouldn’t work. You could however, listen to a modifier, whenever you update the value of the modifier that listener will fire.

[Tutorial] Loops, in Reactions, start numbering at 0

Awesome tutorial Glenn and you’re spot on about Reactions numbering from 0 (aka how Python counts) compared to the other mapping types. One thing I can add to this is, rather than switching the entire action to code view, you can just change the ‘value to set’ section to custom coding and simply add + […]