~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to reference/lifop-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 2 165 568 508 10;
 
2
#X text 471 31 part of;
 
3
#X obj 533 30 zexy;
 
4
#X obj 58 192 lifop;
 
5
#X msg 58 85 1 2 3 4 5;
 
6
#X msg 69 110 list a list;
 
7
#X msg 81 137 5;
 
8
#X msg 199 107 bang;
 
9
#X floatatom 200 143 5 0 0 1 priority - -;
 
10
#X text 45 61 input lists;
 
11
#X text 247 90 bang to output the last list that came in \; bang again
 
12
to output the second last list \; and so on;
 
13
#X obj 58 223 print LIFO;
 
14
#X text 47 18 lifop:: Last-In-First-Out stack with Priorities;
 
15
#X text 54 263 [lifop] manages a number of LIFO-stacks \; each stack
 
16
has assigned a priority value \; the lower the value \, the higher
 
17
the priority;
 
18
#X text 52 312 banging the object will first empty the LIFO with the
 
19
highest priority \, then the LIFO with the second highest priority
 
20
until the LIFO with the lowest priority is emptied.;
 
21
#X text 52 363 when all LIFOs are emptied \, nothing will come out
 
22
of the object any more.;
 
23
#X text 50 400 priorities can be floating-point numbers (1.8 has a
 
24
higher priority then 10);
 
25
#X text 52 445 note: you can store any number of lists into the [fifop]
 
26
\, but just pushing lists on the stack without popping them back will
 
27
eat your memory.;
 
28
#X msg 200 167 info;
 
29
#X obj 112 203 print info;
 
30
#X text 247 168 query the number of arguments in the LIFO;
 
31
#X connect 2 0 10 0;
 
32
#X connect 2 1 18 0;
 
33
#X connect 3 0 2 0;
 
34
#X connect 4 0 2 0;
 
35
#X connect 5 0 2 0;
 
36
#X connect 6 0 2 0;
 
37
#X connect 7 0 2 1;
 
38
#X connect 17 0 2 0;