is there a way to create a button with the following script:
custom button:
sync_pressed ? effect_active "Ableton Link" : nothing
what is the right syntax for sync button pressed?
or how can I program this to a custom button?
Thanks in advance
custom button:
sync_pressed ? effect_active "Ableton Link" : nothing
what is the right syntax for sync button pressed?
or how can I program this to a custom button?
Thanks in advance
Inviato yesterday @ 5:15 pm
Ok found the solution
I had to use the following syntax:
I had to use the following syntax:
sync & effect_active 'Ableton Link'
Inviato yesterday @ 6:17 pm