Control quantizer with midi keyboard

Is there a more efficient way than what I’m doing?

Basically, I take each gate from my 12 notes on the keyboard, run them into CountModula Slope Detector so that I can trigger on/off on each the rise (keypress, trigger on) and fall (key release, trigger off). These triggers get OR’d by the audible instruments logic and then umap’d to the corresponding key on the quantizer. Then repeat x12.

Hi!

Yes, there’s an easier way :slight_smile: The quantizer from ML has inputs just for this so it’s just plug and play. I go through the process here - https://youtu.be/NyFtrWNRTME?t=539 Let me know if it works for you.

5 Likes

Besides Omri‘s suggestion you can use MIDI-CAT which allows mapping of MIDI notes directly. It also has a toggle mode if you want to toggle the buttons.

4 Likes

I wonder if I’m missing something – how do you get into toggle mode on MIDI-CAT?

After you mapped some note you can switch the slot to Toggle-mode.

image

1 Like

See also https://library.vcvrack.com/GoodSheperd/Stall which turns each midi note into a different gate, more or less.