I'm getting more into building sequencers and automation recorders with tables and I was wondering how you would convert a 24ppq clock to 96ppq. I have some Ideas that I will try out, but since this seems an essential thing for building midi loopers I thought it might be handy to start a topic on it and exchange some Ideas.
I've skipped through this article:
http://grantmuller.com/converting-24ppq-midi-sync-in-javaprocessing/
And what it says is basically you have to measure the space between the clock ticks and fill it up according to the measurment.
So my approach is to take for example SirSickSik's timing engine, multiply the freq output by 4, feed this to an lfo whichs resync is trigger by the clock. Does this sound reasonable?