I looked up TimePosition and BarBeatTick, but they don't seem to have informations to map MIDI time to frame count.
I'd like to get following informations:
- Length of tick, beat or bar in frames.
- Frame count to reach next tick, beat or bar from the start of current buffer.
Or is it expected to handle MIDI time code directly?
It also looks like VstTimeInfo in vestige.h has all relevant information.
I looked up
TimePositionandBarBeatTick, but they don't seem to have informations to map MIDI time to frame count.I'd like to get following informations:
Or is it expected to handle MIDI time code directly?
It also looks like
VstTimeInfoinvestige.hhas all relevant information.