Buffer~ - "Can't open" error on all but one audio files
Max Patch
Copy patch and select New From Clipboard in Max.
I'm making a simple audio file selector, so that I can choose a sample and send it through vst~. However, only one of the samples in my folder will load into buffer~, any and all other audio files (.wav and .aif) give me the "can't open" error. I've tried using [prepend read] instead of [prepend replace], but no luck. I feel like I'm missing something really obvious?
Are you sure the files are in your search path?
Another option is to use full pathes of your files, prepending the path with the help of combine or sprintf.
I'm pretty sure they are. They're in the same folder as the one file that does work, so I can't see how that could be causing problems.