Archives

Solo/mute drumpad as reaction

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!

Solo/mute drumpad as reaction

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 […]

Solo/mute drumpad as reaction

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 […]

Quantize functionality via drumpad button of AKAI LPD8 MK2

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