stephane wrote:
Thanks Johannes ,
I need one way to measures the elapsed real time of a recorded sample from [adc~] (beetween the "start recording" bang and "stop recording" bang), in way to use this value for read this sample with [tabread4~]. Can I use [realtime] for that ?
use [timer] for this. as the "start" and "stop" recording buttons will be synchronized to the dsp-tick this will give you more "accurate" timings than what you want. ([timer] is somewhat sample-aligned while [realtime] is not)
mfg.a.dr IOhannes