Selon IOhannes m zmoelnig <[email protected]>:

> as said before: we are dealing with asyncrhonous messages over the
> internet here.

yes just seen this...


> something like "pd_send myrecname [ glob -type d My-Dir ]" should send
> the output of the glob command back to Pd where it will magically appear
> on the "myrecname" receiver.
>

pretty magics!


[pdsend "tcl-rcv [file isdirectory My-Dir<--[sys_gui]

[r tcl-rcv]--[sel 1]--[write My-Dir/My-File.txt cr<--[textfile]

this trick could reside in an abs, I've attached something like that.

so now all this stuff is possible inside PureData:

http://tmml.sourceforge.net/doc/tcl/

unless the commands that need {}
#N canvas 0 0 450 300 12;
#X obj 123 38 inlet;
#X obj 121 252 outlet;
#X obj 121 223 r \$0-sys_gui-r;
#X obj 123 62 list prepend pdsend "\$0-sys_gui-r [;
#X obj 123 86 list append ];
#X obj 123 110 list trim;
#X obj 123 134 sys_gui;
#X connect 0 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to