Start Stop listener
“How cool would it be if ClyphX would automatically call an action list if an ableton set is started and a different one when the set is stopped?”
Upon a request on the Discord server I setup this user action, which does exactly that.
StartStopListener
[] StartStopLister
call this action to initiate the listener. Whenever the set is started it will call the macro $ONSTART and $ONSTOPP$ whenever the set is stopped.
Define the macros to your liking, you can also have different macros for each set by redefining them in clips, e.g. $ONSTART$ = ALL/ARM ON ; METRO OFF; etc..
Important note: When you “initiate” the listener by triggering the action it will trigger the macro corresponding to the momentary playing state.
you can also use an abbreviated name [] ssl instead off [] startstoplistener
also you can turn the listener off: [] ssl off
You need the ExtUa.py for this user action.