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/sgn~-help.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 abs/sgn~-help.pd (limited to 'abs/sgn~-help.pd') diff --git a/abs/sgn~-help.pd b/abs/sgn~-help.pd new file mode 100644 index 0000000..3c2d4bb --- /dev/null +++ b/abs/sgn~-help.pd @@ -0,0 +1,25 @@ +#N canvas 201 257 575 388 10; +#X obj 92 103 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 92 81 5 0 0 0 - - -; +#X text 16 243 note:; +#X text 45 283 performance is worse than with the external version +; +#X text 45 315 if you want to use the external version of this object +\, you have to load zexy; +#X text 43 255 this is the abstraction version of this object \, which +is using [expr~]; +#X obj 92 152 sgn~; +#X text 67 46 signum of a signal; +#X connect 0 0 12 0; +#X connect 3 0 4 0; +#X connect 5 0 3 0; +#X connect 6 0 5 0; +#X connect 7 0 0 0; +#X connect 12 0 3 0; -- cgit v1.2.1