once per block...frh wrote: Are you sure? How often do you read TimeInfo?
(which is the standard way of doing things, Timeinfo should not
change within a block according to vst specs)
example:
at beginning of block, i ask for timeInfo..
i get ppqPos 5.24333
i calc. the position of the next step by quantizing
that ppqPos to 5.25 ...,
i calc. the number of samples till next step...
if that next step happens in current block, i get the
value (set from user) for the next step (=5.25)
..now live wraps position within that block, so the next step is not
5.25 ...
Anonymous wrote:other missing stuff: samplesToNextClock
(how many samples till next 1/96 clock...)
well, i dont need it (i do calc it myself), but, samplesToNextClockfrh wrote: You can calc it yourself. Please explainfor what you need this information.
Frank
is in the vst-specs, so, other plugins do use it (its supported by
most other hosts i checkd), and therefore wont work in live..
°/andreas