From 6adfba996c34b2c78515e8a50ad5928188d78612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 7 Feb 2008 23:05:57 +0000 Subject: reorganizing svn path=/trunk/; revision=9376 --- extensions/xgui/doc/help-send2.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extensions/xgui/doc/help-send2.pd (limited to 'extensions/xgui/doc/help-send2.pd') diff --git a/extensions/xgui/doc/help-send2.pd b/extensions/xgui/doc/help-send2.pd new file mode 100644 index 00000000..c7d11764 --- /dev/null +++ b/extensions/xgui/doc/help-send2.pd @@ -0,0 +1,18 @@ +#N canvas 416 250 458 308 12; +#X obj 216 222 receive bla; +#X obj 321 222 receive foo; +#X obj 216 250 print bla; +#X obj 321 250 print foo; +#X msg 32 104 bla 17.3 23; +#X msg 76 183 foo 13 \, bla 4; +#X text 148 75 use message: ; +#X text 253 91 with data of any type; +#X text 89 26 written by Olaf Matthes ; +#X msg 61 147 foo five is 2 more than 3; +#X text 9 9 send2 :: send data to any receive object; +#X obj 32 224 send2; +#X connect 0 0 2 0; +#X connect 1 0 3 0; +#X connect 4 0 11 0; +#X connect 5 0 11 0; +#X connect 9 0 11 0; -- cgit v1.2.1