-
Robinbin
I play with pure data on Linux, Debian/Stretch, V. 0.47
-
Robinbin
"Maybe........ try [symbol] and [open $1("
Yes ! Hurray, it works !
Thank you so much,
Robin
-
Robinbin
Same problem without "special character".
Yes, I believe the problem is the error $1 ...
Here is my patch : textfile2readanysf.pd -
Robinbin
It doesn't work ... I must definitely forget something ... Here is my diagram:
My toto.txt : /home/a/Musique/erazor-entrée.wav;
my patch :
[bang(
|
| [rewind(
| |
| | [read /home/a/toto.txt(
| | |
| | |
[textfile]
|
[open $1(
|
| [play(
| |
| | [pause(
| | |
| | |
[readanysf]
| |
| |
[dac]I first [read /home/a/toto.txt( , then I [rewind( and finally [bang( ...
and here is the "answer" of PD :
$1: argument number out of range
Bad arguments for message 'open' to object 'readanysf~' -
-
Robinbin
Hello,
I try to connect textfile output to readanysf but all my attempts lead to failures : via symbol, or message box, nothing works ... I know how to use readanysf with openpanel, but i need textfile .... Any ideas would be appreciated ... Thanks !