Hello everybody
I’m trying to process input audio signals storing the result in a k-rate array which is updated continuously.
I’d like to save the array in a file, in order to load it back again to the array in a different moment but I don’t understand what kind of opcode use, because I don’t want to store my instrument output but its current internal state (the array) and I’d like to write it out all in a shot (taking the minimum time needed to save data, not waiting for k-time intervals multiplied by array size.
What opcodes or example should I look at as a reference?
Thank you
Sergio