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/dirac~.pd | 90 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 43 deletions(-) (limited to 'examples/dirac~.pd') diff --git a/examples/dirac~.pd b/examples/dirac~.pd index d1317dd..6d0e755 100644 --- a/examples/dirac~.pd +++ b/examples/dirac~.pd @@ -1,43 +1,47 @@ -#N canvas 202 49 564 290 8; -#X obj 123 230 dirac~; -#X floatatom 95 186; -#X obj 95 208 t b f; -#X obj 123 253 print~; -#X text 40 30 dirac~ ::; -#X text 40 60 IN :; -#X text 115 30 produces a unit:sample:sequence; -#X text 114 61 define the nth sample after the float::bang:message for the unit:sample to take place; -#X text 98 165 position; -#N canvas 0 0 765 385 application 0; -#X obj 75 82 t b b b; -#X msg 119 104 \; pd dsp 1; -#X obj 97 139 dirac~; -#X floatatom 181 141; -#X obj 97 181 tabwrite~ unit::response; -#X graph graph1 0 -1 64 1 358 325 758 25; -#X array unit::response 64 float; -#X pop; -#X msg 70 283 \; unit::response resize 64; -#X text 32 353 we thought it useful to have a tool that would be able to easily plot the unit::response of a system; -#X text 111 61 press me; -#X msg 75 61 bang; -#X obj 97 160 hip~ 5000; -#X connect 0 0 4 0; -#X connect 0 1 2 0; -#X connect 0 2 1 0; -#X connect 2 0 10 0; -#X connect 3 0 10 1; -#X connect 9 0 0 0; -#X connect 10 0 4 0; -#X restore 270 148 page application; -#X obj 53 208 t f b; -#X msg 53 187 2; -#X msg 185 225 2; -#X connect 0 0 3 0; -#X connect 1 0 2 0; -#X connect 2 0 3 0; -#X connect 2 1 0 0; -#X connect 10 0 3 0; -#X connect 10 1 0 0; -#X connect 11 0 10 0; -#X connect 12 0 3 0; +#N canvas 484 494 564 290 10; +#X obj 123 230 dirac~; +#X floatatom 95 186 0 0 0 0 - - -; +#X obj 95 208 t b f; +#X obj 123 253 print~; +#X text 40 30 dirac~ ::; +#X text 40 60 IN :; +#X text 115 30 produces a unit:sample:sequence; +#X text 114 61 define the nth sample after the float::bang:message +for the unit:sample to take place; +#X text 98 165 position; +#N canvas 0 0 765 385 application 0; +#X obj 75 82 t b b b; +#X msg 119 104 \; pd dsp 1; +#X obj 97 139 dirac~; +#X floatatom 181 141 0 0 0 0 - - -; +#X obj 97 181 tabwrite~ unit::response; +#N canvas 0 0 450 300 graph1 0; +#X array unit::response 64 float 0; +#X coords 0 1 63 -1 400 300 1; +#X restore 358 25 graph; +#X msg 70 283 \; unit::response resize 64; +#X text 32 353 we thought it useful to have a tool that would be able +to easily plot the unit::response of a system; +#X text 111 61 press me; +#X msg 75 61 bang; +#X obj 97 160 hip~ 5000; +#X connect 0 0 4 0; +#X connect 0 1 2 0; +#X connect 0 2 1 0; +#X connect 2 0 10 0; +#X connect 3 0 10 1; +#X connect 9 0 0 0; +#X connect 10 0 4 0; +#X restore 270 148 page application; +#X obj 53 208 t f b; +#X msg 53 187 2; +#X msg 185 225 2; +#X text 462 7 part of zexy; +#X connect 0 0 3 0; +#X connect 1 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 0 0; +#X connect 10 0 3 0; +#X connect 10 1 0 0; +#X connect 11 0 10 0; +#X connect 12 0 3 0; -- cgit v1.2.1