aboutsummaryrefslogtreecommitdiff
path: root/Gem/gemreceive-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:33:23 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:33:23 +0000
commit454d0818e5ad0820771abebefa9758c66068b8d1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/gemreceive-help.pd
parent35dc99d2e61ee08360d52be20ca3578b459d44f3 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/i386
built 'coverity_scan:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/i386
Diffstat (limited to 'Gem/gemreceive-help.pd')
-rw-r--r--Gem/gemreceive-help.pd62
1 files changed, 0 insertions, 62 deletions
diff --git a/Gem/gemreceive-help.pd b/Gem/gemreceive-help.pd
deleted file mode 100644
index 3f19d31..0000000
--- a/Gem/gemreceive-help.pd
+++ /dev/null
@@ -1,62 +0,0 @@
-#N canvas 4 52 570 713 10;
-#X obj 96 51 gemreceive;
-#X text 169 51 ordered receive;
-#X obj 72 227 gemreceive foo -1;
-#X obj 72 249 print first;
-#X obj 412 227 gemreceive foo 12;
-#X obj 412 249 print third;
-#X obj 282 227 gemreceive foo 1996;
-#X obj 282 249 print fourth;
-#X obj 182 249 print second;
-#X obj 72 196 s foo;
-#X text 58 91 [gemreceive] takes an additional argument (compared to
-Pd's [receive]) that specifies the priority.;
-#X text 61 136 The higher the number \, the later the object will receive!
-;
-#X obj 182 227 gemreceive foo;
-#X text 223 169 the default priority is "0";
-#X text 76 298 1st inlet allows you to change the receiver name;
-#X obj 107 371 gemreceive bar;
-#X obj 107 393 print foobar;
-#X msg 235 337 FOO;
-#X msg 273 337 BAR;
-#X obj 273 359 s bar;
-#X msg 123 351 symbol bar;
-#X text 80 443 2nd inlet let's you change the priority on the fly;
-#X obj 116 610 gemreceive foobar 10;
-#X obj 252 610 gemreceive foobar 20;
-#X obj 116 632 print left;
-#X obj 252 632 print right;
-#X msg 116 464 left2right;
-#X obj 116 518 t a a;
-#X obj 233 520 route left2right right2left;
-#X msg 202 464 right2left;
-#X msg 233 542 10 20;
-#X msg 312 543 20 10;
-#X obj 233 564 unpack;
-#X obj 116 540 s foobar;
-#X msg 72 173 bang;
-#X obj 235 359 s fou;
-#X msg 107 331 symbol fou;
-#X connect 2 0 3 0;
-#X connect 4 0 5 0;
-#X connect 6 0 7 0;
-#X connect 12 0 8 0;
-#X connect 15 0 16 0;
-#X connect 17 0 35 0;
-#X connect 18 0 19 0;
-#X connect 20 0 15 0;
-#X connect 22 0 24 0;
-#X connect 23 0 25 0;
-#X connect 26 0 27 0;
-#X connect 27 0 33 0;
-#X connect 27 1 28 0;
-#X connect 28 0 30 0;
-#X connect 28 1 31 0;
-#X connect 29 0 27 0;
-#X connect 30 0 32 0;
-#X connect 31 0 32 0;
-#X connect 32 0 22 1;
-#X connect 32 1 23 1;
-#X connect 34 0 9 0;
-#X connect 36 0 15 0;