I want to play .aif file located in the pd/docs/sound directory in my progam files (PC)
So I plugged this in:
[open open C:/ProgramFiles/pd/doc/sound/clap.aif]
|
|
|
[readsf~]
|
|
|
[dac~]
And it comes up with "error: dsp: C:/ProgramFiles/pd/doc/sound/clap.aif: No such file or directory"
Is there a certain way of specifying the directory, or have I got the patch completely wrong?
Apologies for the complete freshness of my question.