Closed mhhollomon closed 1 year ago
We currently rely on the implied clock in the play-head data (playhead->getPosition()->getPpqPosition()).
playhead->getPosition()->getPpqPosition()
We will need to fake a clock based on the currently known sample rate.
Make sure to check that things work if the playhead is repositioned.
Can we make it work for those places where a playhead is not even available ? (e.g. running in a standalone synth).
Added in dev
We currently rely on the implied clock in the play-head data (
playhead->getPosition()->getPpqPosition()
).We will need to fake a clock based on the currently known sample rate.
Make sure to check that things work if the playhead is repositioned.
Can we make it work for those places where a playhead is not even available ? (e.g. running in a standalone synth).