Page 1 of 1

how to do keyboardquantization?

Posted: Sun Apr 28, 2013 10:58 am
by Nubeat7
whats the best way to quantize manual keyboard inputs?

ATM i`m doing it with trogs ruby ppq, i`m using the sub out to get triggers for different quantization resolutions like 1/8, 1/4 ... and hold the inputsignal from the keyboard till the next trigger arrives with an sample and hold, this solution works, but is it the right solution ? or is there a better, different way to do it?

Re: how to do keyboardquantization?

Posted: Sun Apr 28, 2013 2:43 pm
by Perfect Human Interface
I don't see what would be better. Just update the sample and hold at every "tick" with tick length being your quantize resolution. Simple.

Re: how to do keyboardquantization?

Posted: Sun Apr 28, 2013 2:56 pm
by trogluddite
Yes, likewise, I don't see any better way.
For a pre-recorded signal, you can quantise to the nearest 'tick' (i.e. later OR earlier), but for a live signal there's no choice other than snapping to the next one that comes along.

Re: how to do keyboardquantization?

Posted: Sun Apr 28, 2013 4:50 pm
by Nubeat7
thanks guys, just wanted to get sure if i`m on the right way :)