diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-13 08:38:02 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-13 08:38:02 +0000 |
commit | 02a5595973b61d2cf789b9074167ed73b928d157 (patch) | |
tree | 0f6611197fc0219b7eb6213d26593390fa4eda62 /xgui/doc/help-send2.pd | |
parent | 3d60efd1619e57e5de9ba070a2b7331e55cf0932 (diff) |
This commit was generated by cvs2svn to compensate for changes in r206,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=207
Diffstat (limited to 'xgui/doc/help-send2.pd')
-rw-r--r-- | xgui/doc/help-send2.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xgui/doc/help-send2.pd b/xgui/doc/help-send2.pd new file mode 100644 index 00000000..c7d11764 --- /dev/null +++ b/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: <name> <data>;
+#X text 253 91 with data of any type;
+#X text 89 26 written by Olaf Matthes <olaf.matthes@gmx.de>;
+#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;
|