hi list,
ive been trying to play wav.samples using the "readsf"-object but don
t have no luck
"error: readsf: start requested with no prior 'open'
... you might be able to track this down from the Find menu."
maybe its due to my message-box "open"!?
t put the wav.files into the sound-folder of pd - using a mac with
PD-0.39-0` i can see the pd-folders only via "help > browser" - but can not paste something here...thank you very much
sebastian
hello sebastian,
i
ve been trying to play wav.samples using the "readsf"-object but don
t
have no luck
"error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu."
you need to click on the open message first before readsf~ , this will take care of the error (One more thing, make sure the path name for the file is correct in the open box)
- i couldn`t put the wav.files into the sound-folder of pd - using a mac
with PD-0.39-0
i can see the pd-folders only via "help > browser" - but
can not paste >>something here...
When you click on help there are two options there, one is html and the other is browser. If you just want to open the files, then click on browser but for putting files in you need to use the html option. In mac case, it most probably open the safari, it open with this path.
file:///Applications/Pd-0.40.2-extended-2007-05-23.app /Contents/Resources/doc/1.manual/index.htm just remove /doc/1.manual/index.htm from the address this will open another another folder, now you can add or delete files!
I hope this will solve your problems, regards, tania
On 6/2/07, sebastian1981@gmx.net sebastian1981@gmx.net wrote:
hi list,
i
ve been trying to play wav.samples using the "readsf"-object but don
t have no luck "error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu."maybe its due to my message-box "open"!?
- i couldn`t put the wav.files into the sound-folder of pd - using a mac
with
PD-0.39-0
i can see the pd-folders only via "help > browser" - but can not paste something here...thank you very much
sebastian
-- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, sebastian1981@gmx.net hat gesagt: // sebastian1981@gmx.net wrote:
i
ve been trying to play wav.samples using the "readsf"-object but don
t have no luck "error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu."maybe its due to my message-box "open"!?
Well, what's in this message box?
Generally, [readsf~] always needs a new "open whateverfile.wav" message before you can start playing again with sending another "1" to it.
What I often do is put a [symbol] box in front of my "open $1" message and after the [openpanel], which I can bang to get the symbol out again for replay. Like this:
[bang( | [openpanel] | | [bang( <= click to reopen selected file |/ [symbol] | [open $1( | [readsf~]
You can also just trigger the open-message automatically by just adding a "1" after the open message seperated with a comma:
... | [open $1, 1( | [readsf~]
However with large files opening might take a while, so this direct playing after opening might not always be a good idea.
Frank Barknecht _ ______footils.org_ __goto10.org__