diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-03-22 20:58:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-03-22 20:58:25 +0000 |
commit | 2b60d55c919e7588f5aff15936e83c300b3660bb (patch) | |
tree | 14d860de7f28083d3756ad91b627de70f26788f6 /examples/mean.pd | |
parent | c500bc542cb7cc78d6dac3f7da3bff626056b1aa (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/mean.pd')
-rw-r--r-- | examples/mean.pd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/mean.pd b/examples/mean.pd deleted file mode 100644 index ca2851b..0000000 --- a/examples/mean.pd +++ /dev/null @@ -1,9 +0,0 @@ -#N canvas 186 94 383 302 12;
-#X obj 83 154 mean;
-#X floatatom 83 202 4 0 0;
-#X msg 96 96 2 4;
-#X text 46 17 get the mean value of a list of floats;
-#X msg 83 69 1 2 3 -4 5 6;
-#X connect 0 0 1 0;
-#X connect 2 0 0 0;
-#X connect 4 0 0 0;
|