Automated file creation and saving
My interactive project has short recordings of 3-5 seconds being taken and then kept for constant random playback. What would be the best way to automate the file creation, like the files being "soundbite1" "soundbite2" "soundbite3" etc.?
I thought of using buffer~ but I think the memory used would be too much.
Max Patch
Copy patch and select New From Clipboard in Max.
I've used sprintf with a date object for this in the past. I believe ~sfrecord might be a better way to go.
Max Patch
Copy patch and select New From Clipboard in Max.
Maybe this?