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 --- examples/lifop.pd | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 examples/lifop.pd (limited to 'examples/lifop.pd') diff --git a/examples/lifop.pd b/examples/lifop.pd deleted file mode 100644 index 822e564..0000000 --- a/examples/lifop.pd +++ /dev/null @@ -1,38 +0,0 @@ -#N canvas 2 165 568 508 10; -#X text 471 31 part of; -#X obj 533 30 zexy; -#X obj 58 192 lifop; -#X msg 58 85 1 2 3 4 5; -#X msg 69 110 list a list; -#X msg 81 137 5; -#X msg 199 107 bang; -#X floatatom 200 143 5 0 0 1 priority - -; -#X text 45 61 input lists; -#X text 247 90 bang to output the last list that came in \; bang again -to output the second last list \; and so on; -#X obj 58 223 print LIFO; -#X text 47 18 lifop:: Last-In-First-Out stack with Priorities; -#X text 54 263 [lifop] manages a number of LIFO-stacks \; each stack -has assigned a priority value \; the lower the value \, the higher -the priority; -#X text 52 312 banging the object will first empty the LIFO with the -highest priority \, then the LIFO with the second highest priority -until the LIFO with the lowest priority is emptied.; -#X text 52 363 when all LIFOs are emptied \, nothing will come out -of the object any more.; -#X text 50 400 priorities can be floating-point numbers (1.8 has a -higher priority then 10); -#X text 52 445 note: you can store any number of lists into the [fifop] -\, but just pushing lists on the stack without popping them back will -eat your memory.; -#X msg 200 167 info; -#X obj 112 203 print info; -#X text 247 168 query the number of arguments in the LIFO; -#X connect 2 0 10 0; -#X connect 2 1 18 0; -#X connect 3 0 2 0; -#X connect 4 0 2 0; -#X connect 5 0 2 0; -#X connect 6 0 2 0; -#X connect 7 0 2 1; -#X connect 17 0 2 0; -- cgit v1.2.1