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
You are viewing 1 out of 21 answers, click here to view all answers.