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/nop~.pd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/nop~.pd (limited to 'examples/nop~.pd') diff --git a/examples/nop~.pd b/examples/nop~.pd deleted file mode 100644 index 96673bc..0000000 --- a/examples/nop~.pd +++ /dev/null @@ -1,17 +0,0 @@ -#N canvas 25 -4 689 488 10; -#X obj 89 71 nop~; -#X text 134 73 will do nothing !!! but nevertheless it takes some time; -#X text 132 85 so the signal is delay for 1 block...; -#X text 131 98 Use this to synchronize signals; -#X obj 60 216 osc~ 440; -#X obj 60 312 -~; -#X obj 60 339 env~; -#X floatatom 59 364; -#X obj 88 247 nop~; -#X text 132 121 by the way \, you can use it as a cheap and very short delay too; -#X text 135 158 ...or as a dummy for anything~...; -#X connect 4 0 5 0; -#X connect 4 0 8 0; -#X connect 5 0 6 0; -#X connect 6 0 7 0; -#X connect 8 0 5 1; -- cgit v1.2.1