Hello all,
I am working on a patch that uses a 10-second array to live-sample an audio input. Typically, recording stops when the end of the array is reached. But ideally, I want to do continuous "loop recording", i.e. replace the old audio data with new data on each pass. Is it possible to do this using the vanilla pd objects [tabwrite~], [tabread4~], [array], or do I need to use an external?
Thank you in advance,
-Tim