buffer~ filename-argument -> file in folder
Hi All!
I'm working on a patch with a lot of buffer~s in it. I would really like to keep the audiofiles (that the buffer~s use) in a folder. But when I try e.g.
[buffer~ buf1 folder/sound.wav 4000 2] I've get an "folder/sound.wav: can't open". Is there anyway to do this? :)
Max Patch
Copy patch and select New From Clipboard in Max.
when i want to keep files inside a folder at the same directory as the max patch, and access them. i find it more easy, with less error messages to grab the patch path with [thispatcher] sending a message "path" to its and adding to that the folder and name file, like "folder/name.aiff", using the sprintf object.