diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 21:12:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 21:12:09 +0000 |
commit | 4c775629ea1964da725b6f0cd3d0d0b013aee045 (patch) | |
tree | b8a3d6ffd703d9d4bd320782f0e63555e4819ed3 /doc/help/cyclone/Append.pd | |
parent | 90485b96be50e6ee811f3ba3c16e2369a2e8b6cd (diff) |
renamed help patches to follow the standard file naming scheme
svn path=/trunk/externals/miXed/; revision=7539
Diffstat (limited to 'doc/help/cyclone/Append.pd')
-rw-r--r-- | doc/help/cyclone/Append.pd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/help/cyclone/Append.pd b/doc/help/cyclone/Append.pd deleted file mode 100644 index 2ca4f61..0000000 --- a/doc/help/cyclone/Append.pd +++ /dev/null @@ -1,19 +0,0 @@ -#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 5 5 ; -#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; |