Hi
I'm new to pd and I'm currently trying to create a patch that simply loads in a wav file and plays it back. currently i know that i need to send a message with the name of the wav file to a readsf~ object like so
[open something.wav(
|
[readsf~]
|
[dac~]
however I don't actually know how to import the wav file itself
any help??
thanks
cron12