different tracks, different buffer name
Max Patch
Copy patch and select New From Clipboard in Max.
Hi everybody!
I have created this .amxd file which is recording on a buffer the sound file and then doing some manipulation over it. I would like to use it over different tracks, but as the buffer has always the same name it is recording just one track. Any suggestion on how I could make it in such a way that every track has its own specific named buffer. I was thinking about an abstraction and name the file #0-buff, is there somebody that can give me an idea?
This is the patch
To make a buffer local to an M4L device use three dashes (---) to start its name.
ah that simple now I understand the meaning of this --- dashes. Thx a lot!