Max 7:
When clicking on "write to aiff file", I get the following:
jsoundfile_writefloats: could not create output stream. check permissions of output directory.
buffer~: could not create file:
FWIW, the default file type for buffer~ is aiff, so if that's what you're looking for, you don't need to be explicit; [write] will do. Alternatively, you can specify this with an initialization msg to buffer~ ala filetype aiff etc.
Max 7:
When clicking on "write to aiff file", I get the following:
jsoundfile_writefloats: could not create output stream. check permissions of output directory.buffer~: could not create file:FWIW, the default file type for
buffer~is aiff, so if that's what you're looking for, you don't need to be explicit; [write] will do. Alternatively, you can specify this with an initialization msg tobuffer~alafiletype aiffetc.