123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #N canvas 0 31 546 480 10;
- #X msg 247 186 1 2 3 4 5;
- #X symbolatom 260 207 10 0 0 0 - - -;
- #X floatatom 273 224 5 0 0 0 - - -;
- #X obj 198 339 bng 15 250 50 0 empty empty EOL 17 7 1 10 -262144 -1
- -1;
- #X msg 295 274 bang;
- #X msg 238 166 a b c;
- #X msg 140 149 bang;
- #X text 230 147 store lists or elements ("push");
- #X text 111 125 trigger output ("pop");
- #X text 277 255 clear stored list ("reset");
- #X obj 140 305 list-lifo;
- #X text 60 38 [list-lifo];
- #X text 97 64 [list-lifo] stores incoming (list-)messages and outputs
- them one by one on incoming bangs in the opposite order of arrival
- like a LIFO: Last in \, first out.;
- #N canvas 0 0 450 300 show 0;
- #X obj 60 48 inlet;
- #X obj 60 72 list prepend set;
- #X obj 60 97 list trim;
- #X obj 60 126 outlet;
- #X connect 0 0 1 0;
- #X connect 1 0 2 0;
- #X connect 2 0 3 0;
- #X restore 140 364 pd show;
- #X msg 140 390;
- #X msg 74 262 clear;
- #X text 82 439 2007 Frank Barknecht;
- #N canvas 510 66 494 396 META 0;
- #X text 12 25 LICENSE SIBSD;
- #X text 12 175 AUTHOR Frank Barknecht;
- #X text 12 195 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
- added by Jonathan Wilkes for Pd version 0.42.;
- #X text 12 5 KEYWORDS control list_op;
- #X text 12 75 INLET_0 bang clear;
- #X text 12 95 INLET_1 anything;
- #X text 12 115 INLET_2 bang;
- #X text 12 135 OUTLET_0 list;
- #X text 12 155 OUTLET_1 bang;
- #X text 12 45 DESCRIPTION stores incoming list messages and outputs
- them one by one in opposite order or arrival when banged;
- #X restore 487 447 pd META;
- #X connect 0 0 10 1;
- #X connect 1 0 10 1;
- #X connect 2 0 10 1;
- #X connect 4 0 10 2;
- #X connect 5 0 10 1;
- #X connect 6 0 10 0;
- #X connect 10 0 13 0;
- #X connect 10 1 3 0;
- #X connect 13 0 14 0;
- #X connect 15 0 10 0;
|