Hallo, roc hat gesagt: // roc wrote:
i just tried it very roughly, and the only problem i encounter is
when i try to write into the [textfile] i need to write the output from one of the outlets of fiddle~ into
the txt file, so far i only managed to *freeze* pd. which of course means i'm in
the wrong direction...
You could also use [netsend] and then do the pipe-writing with shell utils like pdreceive, netcat or a simple Python/Perl/Ruby/whatever script reading from the net socket opened by pd. I guess, pdreceive would be the first thing to try:
$ mkfifo fifoddle $ pdreceive 9999 tcp > fifoddle
Frank Barknecht _ ______footils.org_ __goto10.org__