Page 2 of 2

Posted: Thu Mar 13, 2003 9:25 am
by andreas
frh wrote: Are you sure? How often do you read TimeInfo?
once per block...
(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...)
frh wrote: You can calc it yourself. Please explain ;) for what you need this information.
Frank
well, i dont need it (i do calc it myself), but, samplesToNextClock
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

Posted: Fri Mar 14, 2003 11:37 am
by Frank Hoffmann
ok, I see what i can do.

Frank

Posted: Mon Jul 07, 2003 10:02 am
by Guest
Live 2.1 features now barStartPos as well as all Cycle settings in VstTimeInfo. Hope that helps. Please verify if everything works as expected for you.

Frank

Posted: Mon Jul 07, 2003 10:56 am
by Mbazzy
Just tested it out and it works ...
[I'm not Bram though ;-) ]