Hi,
I'm trying to write a .wav file to the default folder using the message connected to [buffer~]. I get this message in the console:
jsoundfile_writefloats: could not create output stream. check permissions of output directory.
buffer~: could not create file:
If I specify a folder (as in full file path C://Users//etc), it works fine: but this patch is meant to be transferrable rather than used just on my computer. The saving and reading from the default folder works fine with [coll] (.txt) and [lcd] (.png). The file name doesn't have any special characters apart from letters so it's not a string thing (that sometimes confuses Max). Reading a .wav file from the disk into [buffer~] is also fine. The only thing I don't know how to find is what the "output directory" is, but if it's the same place as the .txt and .png files were saved into, it's right next to the patch file itself. The reason I need this to work is because I have three separate patchers which happen one after another but need to pass information forward.
I'm submitting this work for a university assessment in a few days and this is the silliest problem, would appreciate any help!
I am using Max 7 on Windows 10. I've tried running it as administrator to see if that gets around the permissions bit but it doesn't affect anything.
- X