[PD] samples

Thomas Grill t.grill at gmx.net
Thu Feb 13 17:45:26 CET 2003


> >is there a way to have a table/array resize for live recording?
>
> the vasp library has an array resize tool, but the same thing applies. it
> interrupts dsp processing, causing clicks. hopefully thomas's external
will
> address this problem (please!) :)

There's no guarantee that it will be click free for a future xrecord~
because typically large amounts of memory have to be freed, re-reserved and
contents copied. In the newer VASP cvs versions this is done (for vasp.!
objects) in a helper thread which helps a bit. Since array handling is
PD-internal a comparable strategy would have to be built into PD itself.
It's always better to reserve the maximum array size beforehand or use other
schemes, e.g. organisation into several buffers.

greetings,
Thomas





More information about the Pd-list mailing list