John, Thanks for the hints all good now i have all working as i would and learned a lot about “programming” CSS. Amazing what can be controlled in Ableton with CSS 🙂 Great app, now i have the most cheapest AKAI drumpad controller LPD8 MK2, controlling all i want!
Use the Conditions section in a Reaction Action Block to check the value sent by the input (midi controller > current velocity values> button x’s latest velocity value) Example: Action Block 1 If the current value of the input is 127 set mute = True Action Block 2 If the current value of the input […]
Thanks John, Yes it works, but now when i press the button it keeps “muted” can it somehow be toggled? One press mute another press unmute? Or should i program another button to unmute? Thanks again for the help, i feel a bit stupid….you make such an awesome program without the need to program and […]
Thanks going to check this out!
Note that drumpads count from the very bottom. You can also use just the visible drumpads
Got it working: self.song().view.highlighted_clip_slot.clip.quantize(Live.Song.RecordingQuantization.rec_q_sixtenth, 1.0) It was: self.song().view.highlighted_clip_slot.clip.quantize(Live.Song.RecordingQuantization.rec_q_sixtenth, none) I only changed none into 1.0
Hello JohnC, Thanks! Yes quantize works however it seems to always quantize to 1/32, can i change the code line to another value? 1/16th? self.song().view.detail_clip.quantize(self.song().view.detail_clip.view.grid_quantization, 1.0) Is it the number 1.0 i have to modify?
The following code will quantize the clip which is currently displayed in the detail view to its grid You can paste it into the Action section.
Hello is there nobody with a working quantize button?
Btw PAD 5 is definately working when i check the functionality in the control template editor it lights up green when pushed.