moving loop like scrub

2.40K viewsGeneral
0

hi, is there a way to move the loop like for the scrub instead of setting the loop start to a point in the timeline?

admin Changed status to publish
Attached Files:
0

Hello benwadub,

Yes, that is true, the channels start counting from zero 😉

I checked the code for ‘loop_length’ and came to the conclusion that although, when displayed in CSS log, the numbers were correct, it was not reflected in Ableton. So you just have to put the calculation back in the ‘loop_length’, like this: “self.song().loop_length = self.song().loop_length + 4.0”

I also simplified the ‘clip grid quantization’ script I made for you last time. So now you only have to adjust (‘Endless encoder 7’ and ‘Endless encoder 7 latest velocity value’) to the encoder you will use.

I tested both scripts with a relative knob. You can check them out.

A la prochaine 😉

admin Changed status to publish
0

About the ‘loop_length’ script, I just now saw that is exactly the code that is on John’s attachment: “increase decrease loop length.png” (and that is also what he was describing in his last post)
Doh.. I’d better go to sleep 😉

admin Changed status to publish
Attached Files:
0

Hi Ben,
Glad it is working, kinda.. 😉

I checked the code and it seems fine. The ‘jumping’ in quantization has to do with ordering the Action Blocks.
When you put as first the blocks with 1/4 in the condition, then 1/8, then 1/16 and as last 1/32, you will be able to move from 1/32 to 1/4 easily, but the other way will always catch 1/32.

So I have written the same script in one Action, which should work fine.

Cheers 😉

admin Changed status to publish