ldrolez / clyphx-live11

ClyphX advanced macros and scripting for Ableton Live 12, 11 and 10
GNU Lesser General Public License v3.0
197 stars 19 forks source link

Is WAITS command missing in Clyphx? #30

Closed chebochini closed 2 years ago

chebochini commented 2 years ago

Hello, I thought WAITS command is not working, but i realized Clyphx is written in Python, so i search the source code and can't find WAIT and WAITS in consts.py

Will these commands be included? Is there a workaround for recording 2 bars in track X and after that start recording 4 bars in X+1 track?

Something like this: [] METRO ON; ALL/ARM OFF; 3/sel empty; 3/ARM ON; SRECFIX 2;WAITS 3B; 3/ARM OFF; 4/ARM ON; SRECFIX 1; WAITS 2B; 4/ARM OFF;

Thank you.

ldrolez commented 2 years ago

See #29