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_rand.pd | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/mtx_rand.pd (limited to 'examples/mtx_rand.pd') diff --git a/examples/mtx_rand.pd b/examples/mtx_rand.pd deleted file mode 100644 index 491d6de..0000000 --- a/examples/mtx_rand.pd +++ /dev/null @@ -1,20 +0,0 @@ -#N canvas 120 116 450 300 10; -#X obj 59 148 mtx_rand; -#X obj 59 194 mtx_print; -#X obj 83 100 mtx_ones 6 3; -#X msg 83 82 bang; -#X msg 74 58 5 7; -#X msg 59 35 3; -#X msg 115 133 seed 12; -#X text 51 219 get a matrix containing; -#X text 51 232 random elements (0..1]; -#X text 165 131 set seed; -#X obj 357 274 matrix; -#X text 240 274 see also help for; -#X text 129 11 fill a matrix with random values; -#X connect 0 0 1 0; -#X connect 2 0 0 0; -#X connect 3 0 2 0; -#X connect 4 0 0 0; -#X connect 5 0 0 0; -#X connect 6 0 0 0; -- cgit v1.2.1