From c37112a7f380d81e4ce6a1cb8446bea3994dfaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Mar 2007 09:08:56 +0000 Subject: updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named -help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485 --- reference/packel-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 reference/packel-help.pd (limited to 'reference/packel-help.pd') diff --git a/reference/packel-help.pd b/reference/packel-help.pd new file mode 100644 index 0000000..049be17 --- /dev/null +++ b/reference/packel-help.pd @@ -0,0 +1,21 @@ +#N canvas 431 458 720 387 10; +#X obj 48 34 packel; +#X text 112 33 get the nth element of a package; +#X msg 62 161 uno dva drei quattre five; +#X floatatom 105 219 0 0 0 0 - - -; +#X obj 62 239 packel 3; +#X obj 62 268 print ELEMENT; +#X msg 62 307 uno dva drei quattre five; +#X obj 62 327 packel -2; +#X obj 62 351 print REVERSE_ELEMENT; +#X text 275 210 creation: packel []; +#X text 140 220 n; +#X text 314 227 n indicates the index of the element to be output; +#X text 314 245 n==0 ouputs the whole package; +#X text 314 262 n<0 ouputs the nth-last element; +#X text 511 26 part of zexy; +#X connect 2 0 4 0; +#X connect 3 0 4 1; +#X connect 4 0 5 0; +#X connect 6 0 7 0; +#X connect 7 0 8 0; -- cgit v1.2.1