diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 02:55:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 02:55:45 +0000 |
commit | 7a281be324e31dd40b918bcdcb3532f4593ed9b1 (patch) | |
tree | 2e26a9ed07b72df8b8c965fe551fdf22333337e0 /doc/help/cyclone/Append.pd | |
parent | 7bf516a7a3136c707de58e94f7b0f7c0cc43ce28 (diff) |
checked in sources from CK <x@meta.lo-res.org>
svn path=/trunk/externals/miXed/; revision=1583
Diffstat (limited to 'doc/help/cyclone/Append.pd')
-rw-r--r-- | doc/help/cyclone/Append.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/help/cyclone/Append.pd b/doc/help/cyclone/Append.pd new file mode 100644 index 0000000..f58ca51 --- /dev/null +++ b/doc/help/cyclone/Append.pd @@ -0,0 +1,19 @@ +#N canvas 247 352 570 317 10; +#X obj 34 129 Append foo; +#X obj 34 169 print; +#X msg 34 77 foo; +#X msg 64 77 foo bar; +#X msg 131 102 set foo bar; +#X text 20 247 cyclone is (c) Miller Puckette and others; +#X text 20 262 docs based on the MAX/MSP reference (c) cycling'74 +; +#X text 19 276 ___________________________________________________ ; +#X obj 36 19 Append; +#X text 220 102 set message changes value to append; +#X text 113 131 creation arg sets initial value to append; +#X text 132 76 message + stored value = output; +#X text 92 20 append a list to the incoming list; +#X connect 0 0 1 0; +#X connect 2 0 0 0; +#X connect 3 0 0 0; +#X connect 4 0 0 0; |