[PD] atom to unix fifo

Frank Barknecht fbar at footils.org
Tue Oct 4 09:51:39 CEST 2005


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

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list