Re: Sample acurate timing - well where?
Posted: Mon Nov 12, 2012 10:35 am
If you want to pull samples out of a mono stream with exact precision then you can use the new Mono To Frame components. These use Ruby Values and hence the new events system for timing.user_fm wrote:....means it makes no sense to extract float from mono stream with 1ms timer (1000 times per seconds) ?
If you want to pull a single float precisely every 1ms then use the version that allows you to specify the number of samples:
and send a value of 1 to the Samples input every 1ms.