I'm trying to send clock out from my DAW, via my interface out into a hardware sampler (which unfortunately doesn't have its own offset).
I use Reaper DAW and that has a clock offset -- it will take a negative value, but actually any value less than 0 does nothing. Plus, it's in milliseconds which is far from ideal.
The ideal would be a percentage value, or a tempo-linked value, like 1/64 -- so that no matter what the BPM, the offset will adjust accordingly.
I realize that negative offset takes a bit of thought since the first beat can't be offset negatively, but surely the second and subsequent beats can?
So.. I think I'm looking for a standalone windows app to which I can feed MIDI clock via a loopMIDI driver (or maybe the app has its own driver), which then sends out the adjusted clock value via my interface to the sampler... is there such a thing?
So.. to recap: 1. MIDI clock offset negative & positive, 2. "tempo" not "time" based offset, 3. (icing on the cake) fractional translation of MIDI clock, e.g. 1/2 time, x2, etc
Programming-wise, I don't imagine this is terribly complicated stuff so the question really is whether anybody thought these are useful enough features to make an app for.. MIdI's been around so long it may even be something fairly old.
Be interested to hear any suggestions, cheers