how to do keyboardquantization?

For general discussion related FlowStone
Post Reply
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

how to do keyboardquantization?

Post 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?
Perfect Human Interface
Posts: 643
Joined: Sun Mar 10, 2013 7:32 pm

Re: how to do keyboardquantization?

Post 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.
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: how to do keyboardquantization?

Post 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.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: how to do keyboardquantization?

Post by Nubeat7 »

thanks guys, just wanted to get sure if i`m on the right way :)
Post Reply