Quantize functionality via drumpad button of AKAI LPD8 MK2

718 viewsCSS Questionslive 12
0

Dear All,

How and where can i automate “quantize” like with keyboard command combination “Control + U” in CSS?

I found “quantize” under reactions but i can not get it to work.

Can somebody give me some hints? Is there anybody who knows and have it working and show me their settings?

Thanks for the help, see below my settings,

Capture-1.PNG

Capture-2.PNG

Capture-3.PNG

End this seems to be the created Python code:

self.song().tracks[0].clip_slots[0].clip.quantize(Live.Song.RecordingQuantization.rec_q_sixtenth, None)

Wilfred Adegeest Answered question
1

Hi Wilfred, your images didn’t upload for some reason.
Can you try again? thanks

JohnC Answered question
0

Capture-1.PNG

Capture-2.PNG

Capture-3.PNG

Hello JohnC hope they come thru now!

Thanks for having a look! I am new to remotify app, but have most working to my needs :-). Would be cool to control “quantize” with the push of a button!

Wilfred Adegeest Answered question
0

Btw PAD 5 is definately working when i check the functionality in the control template editor it lights up green when pushed.

Wilfred Adegeest Edited answer
0

Hello is there nobody with a working quantize button?

Wilfred Adegeest Answered question
0

The following code will quantize the clip which is currently displayed in the detail view to its grid

self.song().view.detail_clip.quantize(self.song().view.detail_clip.view.grid_quantization, 1.0)


You can paste it into the Action section.

JohnC Answered question