My sequencer is receiving MIDI clock at 24 ticks per quarter note but I want the resolution of the sequencer to be higher (at least 48ppqn) for more subtle grooves.
It's easy to do higher-resolution sequencing with the internal metronome but how would you go about generating a clock that is running (for example) twice as fast as the incoming MIDI clock in order to have high-resolution but synced to external MIDI?
-
Clock multiply?
-
@nuromantix Hello........ I am sure that it will need testing further...... but in theory it should work....
.......... except...... that there is no way of knowing the position of the very first "half-beat".......
bucket_brigade.pd
Using [metro] was easier, but incorrect.........
Can you get the actual bpm rate as a message from the origin of the midi-clock.... then it would be very easy.....
David.
-
thanks!