From 8b0873392ad0db55fdb9d0cdfc670366bc96a9c9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Apr 2010 03:10:47 +0000 Subject: converted maxlib to use libdir template, in preparations for debianizing it svn path=/trunk/externals/maxlib/; revision=13476 --- remote-help.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 remote-help.pd (limited to 'remote-help.pd') diff --git a/remote-help.pd b/remote-help.pd new file mode 100644 index 0000000..6ee5b8f --- /dev/null +++ b/remote-help.pd @@ -0,0 +1,20 @@ +#N canvas 472 309 567 308 12; +#X text 9 9 remote :: send data to any receive object; +#X obj 32 224 remote; +#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 msg 294 146 \; bla 17.3 23; +#X text 296 168 this does the same...; +#X connect 2 0 4 0; +#X connect 3 0 5 0; +#X connect 6 0 1 0; +#X connect 7 0 1 0; +#X connect 11 0 1 0; -- cgit v1.2.1