From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: 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 --- examples/mtx_mean.pd | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/mtx_mean.pd (limited to 'examples/mtx_mean.pd') diff --git a/examples/mtx_mean.pd b/examples/mtx_mean.pd deleted file mode 100644 index 02b02fb..0000000 --- a/examples/mtx_mean.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 128 104 450 300 10; -#X obj 57 146 mtx_mean; -#X obj 63 91 mtx_print; -#X obj 57 201 print mean_row; -#X obj 57 76 mtx_rand; -#X msg 57 52 4 5; -#X text 55 229 get the mean value of each column; -#X obj 175 275 matrix; -#X text 58 275 see also help for; -#X connect 0 0 2 0; -#X connect 3 0 1 0; -#X connect 3 0 0 0; -#X connect 4 0 3 0; -- cgit v1.2.1