diff options
Diffstat (limited to 'doc/help/cyclone/grab.pd')
-rw-r--r-- | doc/help/cyclone/grab.pd | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/help/cyclone/grab.pd b/doc/help/cyclone/grab.pd new file mode 100644 index 0000000..cce359c --- /dev/null +++ b/doc/help/cyclone/grab.pd @@ -0,0 +1,81 @@ +#N canvas 134 92 473 546 10; +#X text 17 488 cyclone is (c) Miller Puckette and others; +#X text 18 501 docs based on the MAX/MSP reference (c) cycling'74; +#X text 17 515 ___________________________________________________ +; +#X obj 26 22 grab; +#X text 74 24 intercept the output of another object; +#X msg 63 102 hello; +#X obj 219 120 r foo; +#X obj 219 143 print foo; +#X msg 81 126 set bar; +#X msg 101 151 let's go; +#X obj 289 120 r bar; +#X obj 289 143 print bar; +#X text 44 103 1; +#X text 52 128 2; +#X text 82 153 3; +#X obj 63 194 grab 0 foo; +#X text 139 188 arg is number of additional outlets and; +#X text 139 199 an optional receive object to send it's; +#X text 139 210 input to; +#X text 58 71 can be used as a sort of settable send:; +#X obj 69 318 grab; +#X obj 92 348 * 10; +#X floatatom 92 377 5 0 0 0 - - -; +#X floatatom 69 399 5 0 0 0 - - -; +#X msg 69 292 2; +#X text 63 249 or to intercept messages before they are output; +#X text 64 261 by the receiving object:; +#X floatatom 115 327 5 0 0 0 - - -; +#N canvas 474 146 450 300 weird 0; +#X obj 63 118 grab 3; +#X floatatom 100 165 5 0 0 0 - - -; +#X floatatom 63 95 5 0 0 0 - - -; +#X floatatom 63 226 5 0 0 0 - - -; +#X floatatom 75 207 5 0 0 0 - - -; +#X floatatom 87 186 5 0 0 0 - - -; +#X floatatom 142 165 5 0 0 0 - - -; +#X obj 142 141 + 10; +#X obj 100 143 + 1; +#X floatatom 184 164 5 0 0 0 - - -; +#X obj 184 140 + 100; +#X text 65 51 I'm not sure if this works as; +#X text 65 61 expected \, from what I gathered; +#X text 65 72 in the reference it should work; +#X connect 0 0 3 0; +#X connect 0 1 4 0; +#X connect 0 2 5 0; +#X connect 0 3 7 0; +#X connect 0 3 8 0; +#X connect 0 3 10 0; +#X connect 2 0 0 0; +#X connect 7 0 6 0; +#X connect 8 0 1 0; +#X connect 10 0 9 0; +#X restore 251 430 pd weird; +#X text 65 435 people who know look here:; +#X obj 275 348 * 10; +#X floatatom 275 377 5 0 0 0 - - -; +#X msg 203 290 2; +#X floatatom 298 327 5 0 0 0 - - -; +#X obj 203 316 grab 2 test; +#X obj 226 347 r test; +#X floatatom 226 375 5 0 0 0 - - -; +#X floatatom 203 399 5 0 0 0 - - -; +#X connect 5 0 15 0; +#X connect 6 0 7 0; +#X connect 8 0 15 0; +#X connect 9 0 15 0; +#X connect 10 0 11 0; +#X connect 20 0 23 0; +#X connect 20 1 21 0; +#X connect 21 0 22 0; +#X connect 24 0 20 0; +#X connect 27 0 21 1; +#X connect 30 0 31 0; +#X connect 32 0 34 0; +#X connect 33 0 30 1; +#X connect 34 0 37 0; +#X connect 34 1 30 0; +#X connect 35 0 36 0; |