Replying to myself here, after this solution has been suggested to me off-list:
[bang(
|
[array get one]
|
[array set two]
seems to work for larger tables without audio dropouts.
Much appreciated help, thanks! P
Hi list,
I am sure this has been asked many times, but I can't find a solution in the mailing list archive. How can I copy data between arrays, in my case arrays of 480000 samples without using externals and without blocking the DSP computation (causing dropouts)? I know that I can write to disk and read from it again, but is there a way that does not require disk access?
Thanks for all ideas! Peter