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 --- abs/>~-help.pd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 abs/>~-help.pd (limited to 'abs/>~-help.pd') diff --git a/abs/>~-help.pd b/abs/>~-help.pd new file mode 100644 index 0000000..b6b5a1e --- /dev/null +++ b/abs/>~-help.pd @@ -0,0 +1,31 @@ +#N canvas 274 174 575 388 10; +#X text 67 46 comparing 2 signals; +#X obj 72 103 sig~; +#X obj 120 102 sig~; +#X text 272 20 part of zexy; +#X text 351 61 updated for zexy-2.0; +#X obj 93 178 snapshot~; +#X floatatom 93 204 5 0 0 0 - - -; +#X obj 146 153 metro 100; +#X obj 146 131 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 +1; +#X floatatom 120 82 5 0 0 0 - - -; +#X floatatom 72 81 5 0 0 0 - - -; +#X text 16 243 note:; +#X text 45 302 performance is worse than with the external version +; +#X text 45 325 if you want to use the external version of this object +\, you have to load zexy; +#X obj 92 152 >~; +#X text 43 255 this is the abstraction version of this object \, which +is using [expr~]; +#X text 46 287 you *cannot* use arguments with this version \, like +[>~ 2.7]; +#X connect 1 0 14 0; +#X connect 2 0 14 1; +#X connect 5 0 6 0; +#X connect 7 0 5 0; +#X connect 8 0 7 0; +#X connect 9 0 2 0; +#X connect 10 0 1 0; +#X connect 14 0 5 0; -- cgit v1.2.1