[PD] sending text

CK x at meta.lo-res.org
Tue Feb 17 15:44:53 CET 2004


I read:
> does anyone know any methods to sending text over the net, and making it
> come up in the pd patch window, so It'd be almost a chat room, is it
> possible to change whats in another message box or something to that effect.

either use |symbol \ (ctrl+4) or use a canvas and sent sth. like
|label text ( to it's receive, see attached patch.

HTH

x

-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)
-------------- next part --------------
#N canvas 319 261 422 252 10;
#X symbolatom 202 84 10 0 0 0 - - -;
#X obj 53 160 cnv 15 100 60 empty foo  20 12 64 14 -233017 -66577 0
;
#X obj 44 97 s foo;
#X msg 63 53 label blabla;
#X msg 44 29 label;
#X obj 202 29 r foo;
#X msg 202 56 symbol \$1;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 5 0 6 0;
#X connect 6 0 0 0;


More information about the Pd-list mailing list