-
NedRise
HI,
I'm just learning Pure data, and I'm struggling with some of the basics.
I want to load a sample into an array and play it back. I don't want this to work via openpanel though, as ultimately I want to automatically load 100's of samples.I'm currently trying to say:
[read -resize path array(
but I keep getting the error:
error: soundfiler_read: ../sound/flapping_01.wav: No such file or directory
Thing is I don't really understand the path argument - where do I need to put the sample, and what do I write into the message box? I've tried lots of variations but it won't work
Any hints much appreciated
After some reading I thought I'd add this:
Windows 7 64 bit -
-
NedRise
Hmmm.
So I tried it with an absolute path and that worked.
Can't get the relative paths to work whatsoever...folder up/down/in same directory...all results in the same error.Thanks for the advice