aboutsummaryrefslogtreecommitdiff
path: root/examples/niagara.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/niagara.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/niagara.pd')
-rw-r--r--examples/niagara.pd47
1 files changed, 26 insertions, 21 deletions
diff --git a/examples/niagara.pd b/examples/niagara.pd
index f5528ca..d77e0a7 100644
--- a/examples/niagara.pd
+++ b/examples/niagara.pd
@@ -1,21 +1,26 @@
-#N canvas 87 562 895 337 10;
-#X floatatom 124 175;
-#X obj 69 206 niagara 12;
-#X obj 69 288 print LEFT;
-#X obj 124 269 print RIGHT;
-#X msg 85 139 1 2 3 4 5 6 7 all good children go to heaven;
-#X obj 159 25 niagara;
-#X text 374 28 divide a package into 2 sub-packages;
-#X text 241 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>;
-#X text 159 176 where to divide;
-#X text 451 143 list;
-#X text 451 111 anything;
-#X text 420 219 note :;
-#X text 467 233 if <anything> is passed \, then 2 <anything>s appear at the outputs;
-#X text 467 219 if a <list> is passed \, then 2 <list>s appear at the outputs;
-#X msg 69 102 some water will go down on the left side of the rock and the rest will come down on the other side;
-#X connect 0 0 1 1;
-#X connect 1 0 2 0;
-#X connect 1 1 3 0;
-#X connect 4 0 1 0;
-#X connect 14 0 1 0;
+#N canvas 87 562 895 337 10;
+#X floatatom 134 178 0 0 0 0 - - -;
+#X obj 69 206 niagara 12;
+#X obj 69 288 print LEFT;
+#X obj 124 269 print RIGHT;
+#X msg 69 103 1 2 3 4 5 6 7 all good children go to heaven;
+#X obj 159 25 niagara;
+#X text 374 28 divide a package into 2 sub-packages;
+#X text 241 53 creation : "niagara <n>" creates a niagara-fall with
+a rock at point <n>;
+#X text 169 179 where to divide;
+#X text 420 219 note :;
+#X text 467 233 if <anything> is passed \, then 2 <anything>s appear
+at the outputs;
+#X text 467 219 if a <list> is passed \, then 2 <list>s appear at the
+outputs;
+#X msg 90 122 some water will go down on the left side of the rock
+and the rest will come down on the other side;
+#X text 398 105 a list;
+#X text 492 131 not a list \, but works too;
+#X text 679 12 part of zexy;
+#X connect 0 0 1 1;
+#X connect 1 0 2 0;
+#X connect 1 1 3 0;
+#X connect 4 0 1 0;
+#X connect 12 0 1 0;