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/deg2rad.pd | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 examples/deg2rad.pd (limited to 'examples/deg2rad.pd') diff --git a/examples/deg2rad.pd b/examples/deg2rad.pd deleted file mode 100644 index 076bdf1..0000000 --- a/examples/deg2rad.pd +++ /dev/null @@ -1,29 +0,0 @@ -#N canvas 421 168 450 300 10; -#X obj 60 39 deg2rad; -#X text 122 40 convert DEGree to RADian; -#X obj 76 138 deg2rad; -#X floatatom 76 167 5 0 0 0 - - -; -#X floatatom 76 86 5 0 0 0 - - -; -#X obj 132 129 / 180; -#X obj 132 153 * 3.14159; -#X obj 116 225 -; -#X floatatom 132 176 5 0 0 0 - - -; -#X obj 76 110 t f f; -#X floatatom 116 257 16 0 0 0 - - -; -#X floatatom 317 155 5 0 0 0 - - -; -#X obj 317 172 deg2rad; -#X obj 317 195 cos; -#X floatatom 317 217 5 0 0 0 - - -; -#X text 317 129 example:; -#X connect 2 0 3 0; -#X connect 3 0 7 0; -#X connect 4 0 9 0; -#X connect 5 0 6 0; -#X connect 6 0 8 0; -#X connect 7 0 10 0; -#X connect 8 0 7 1; -#X connect 9 0 2 0; -#X connect 9 1 5 0; -#X connect 11 0 12 0; -#X connect 12 0 13 0; -#X connect 13 0 14 0; -- cgit v1.2.1