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