[PD-dev] Fwd: PD Scheduling Irregularities

Tim Blechmann TimBlechmann at gmx.net
Mon Apr 10 12:54:42 CEST 2006


you can't rely on the timing of pd's dsp tick! it's linked to the audio
hardware and depending on how many samples of audio data the audio
hardware is processing in one block, the pd's dsp tick is called several
times to fulfill the requirements of the audio interface.

e.g.:

audio hardware:
|    |    |    |    |
pd:
||   ||   ||   ||   ||

if you need to synchronize with anything that requires more exact
timing, the way to go would be to use another thread ...

hth ... tim

--
TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

Linux is like a wigwam: no windows, no gates, apache inside, stable.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20060410/a1350ab1/attachment.pgp>


More information about the Pd-dev mailing list