diff options
author | Roman Haefeli <rdz@users.sourceforge.net> | 2010-10-05 20:47:20 +0000 |
---|---|---|
committer | Roman Haefeli <rdz@users.sourceforge.net> | 2010-10-05 20:47:20 +0000 |
commit | 707725c3e62dc4877529f75209e0fd1cf454775c (patch) | |
tree | e3d6095caeef6408c590e8d7cef537f017417b8b | |
parent | 1b23996d622c755b44d826b9e644a69aef232e86 (diff) |
added help for [oreceive]
svn path=/trunk/externals/iem/iemguts/; revision=14194
-rw-r--r-- | help/oreceive-help.pd | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/help/oreceive-help.pd b/help/oreceive-help.pd new file mode 100644 index 0000000..8c026a3 --- /dev/null +++ b/help/oreceive-help.pd @@ -0,0 +1,40 @@ +#N canvas 114 45 505 423 10; +#X obj 28 355 oreceive bla 0; +#X obj 28 381 print first; +#X obj 228 355 oreceive bla 2; +#X obj 128 381 print second; +#X obj 228 381 print last; +#X obj 56 230 send bla; +#X symbolatom 77 172 10 0 0 0 - - -; +#X msg 87 195 one two three four; +#X floatatom 39 185 5 0 0 0 - - -; +#X obj 128 355 oreceive bla 1; +#X floatatom 209 323 5 0 0 0 - - -; +#X symbolatom 291 170 10 0 0 0 - - -; +#X msg 306 199 one two three four; +#X floatatom 253 183 5 0 0 0 - - -; +#X obj 272 229 send blu; +#X msg 28 296 symbol blu; +#X msg 56 316 symbol bla; +#X obj 32 13 oreceive; +#X text 87 13 an ordered receive object; +#X text 245 324 change order; +#X text 103 295 set receive symbol; +#X text 30 106 This object behaves similar to the common [receive] +class \, but uses a second argument to define a priority.; +#X text 28 47 The big disadvantage of using [send]/[receive] pairs +over a direct connection together with [trigger] is that there is no +way to define an order \, if several [receice]s belong to a [send]. +; +#X connect 0 0 1 0; +#X connect 2 0 4 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 8 0 5 0; +#X connect 9 0 3 0; +#X connect 10 0 9 1; +#X connect 11 0 14 0; +#X connect 12 0 14 0; +#X connect 13 0 14 0; +#X connect 15 0 0 0; +#X connect 16 0 0 0; |