ldrolez / clyphx-live11

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

CS RING focus #31

Closed salvattore001 closed 2 years ago

salvattore001 commented 2 years ago

i'm lauching a clip with the CS RING action to move an APC20 grid to a desired track and scene automatically. this is working but sometimes the window scroll will not jump to the desired track (the grid is always ok, thou).

in resume: the grid will always go where i want, what sometimes the desired track will stay out of view and i have to manually scroll to it with the horizontal bar

the actions i'm using are similar to this [FUTURO] CS"APC20" RING T"FUTURO CLAPS" S"FUTURO"

salvattore001 commented 2 years ago

workaround that i found:

if i move the ring right, then left the focus will end up where i want, so this actions works as expected

[FUTURO] CS"APC20" RING T"FUTURO CLAPS" S"FUTURO";CS"APC20" RING T>;CS"APC20" RING T<

not very elegant, but the problem is solved