adrianfreed / vdot

visual wrappers for Max/MSP
3 stars 0 forks source link

v.bshape: write to aiff file fails #3

Open equilet opened 9 years ago

equilet commented 9 years ago

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.

equilet commented 9 years ago

If you use the default, make sure to change [read #1.aiff] to [read #1.aif]