Update of /cvsroot/pure-data/externals/zexy/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4464
Modified Files: lifop.pd fifop.pd Log Message: updated help-patches for [lifop] and [fifop]
Index: fifop.pd =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/examples/fifop.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fifop.pd 18 May 2005 17:28:20 -0000 1.1 --- fifop.pd 19 Dec 2005 10:34:49 -0000 1.2 *************** *** 5,10 **** #X msg 69 110 list a list; #X msg 81 137 5; ! #X msg 199 127 bang; ! #X floatatom 200 163 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a --- 5,10 ---- #X msg 69 110 list a list; #X msg 81 137 5; ! #X msg 199 97 bang; ! #X floatatom 200 133 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a *************** *** 12,17 **** #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; ! #X text 247 110 bang to output the first list that came in ; bang ! again to output the second list ; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks ; each stack has a priority value assigned ; the lower the value , the higher --- 12,17 ---- #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; ! #X text 247 80 bang to output the first list that came in ; bang again ! to output the second list ; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks ; each stack has a priority value assigned ; the lower the value , the higher *************** *** 26,29 **** --- 26,32 ---- , but just pushing lists on the stack without popping them back will eat your memory.; + #X msg 201 159 info; + #X text 247 158 query the number of arguments in the LIFO; + #X obj 156 209 print info; #X connect 2 0 9 0; #X connect 3 0 9 0; *************** *** 32,33 **** --- 35,38 ---- #X connect 6 0 9 1; #X connect 9 0 15 0; + #X connect 9 1 19 0; + #X connect 17 0 9 0;
Index: lifop.pd =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/examples/lifop.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lifop.pd 18 May 2005 17:28:20 -0000 1.1 --- lifop.pd 19 Dec 2005 10:34:49 -0000 1.2 *************** *** 6,13 **** #X msg 69 110 list a list; #X msg 81 137 5; ! #X msg 199 127 bang; ! #X floatatom 200 163 5 0 0 1 priority - -; #X text 45 61 input lists; ! #X text 247 110 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; --- 6,13 ---- #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; *************** *** 26,30 **** --- 26,34 ---- , 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; *************** *** 32,33 **** --- 36,38 ---- #X connect 6 0 2 0; #X connect 7 0 2 1; + #X connect 17 0 2 0;