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

« back to all changes in this revision

Viewing changes to reference/fifop-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 432 159 587 516 10;
 
2
#X text 471 31 part of;
 
3
#X obj 533 30 zexy;
 
4
#X msg 58 85 1 2 3 4 5;
 
5
#X msg 69 110 list a list;
 
6
#X msg 81 137 5;
 
7
#X msg 199 97 bang;
 
8
#X floatatom 200 133 5 0 0 1 priority - -;
 
9
#X text 45 61 input lists;
 
10
#X text 50 400 priorities can be floating-point numbers (1.8 has a
 
11
higher priority then 10);
 
12
#X obj 58 192 fifop;
 
13
#X text 47 18 fifop:: First-In-First-Out stack with Priorities;
 
14
#X text 247 80 bang to output the first list that came in \; bang again
 
15
to output the second list \; and so on;
 
16
#X text 54 263 [fifop] manages a number of FIFO-stacks \; each stack
 
17
has a priority value assigned \; the lower the value \, the higher
 
18
the priority;
 
19
#X text 52 310 banging the object will first empty the FIFO with the
 
20
highest priority \, then the FIFO with the second highest priority
 
21
and so on \, until the FIFO with the lowest priority is emptied.;
 
22
#X text 51 368 when all FIFOs are emptied \, nothing will come out
 
23
of the object any more.;
 
24
#X obj 58 223 print FIFO;
 
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 201 159 info;
 
29
#X text 247 158 query the number of arguments in the LIFO;
 
30
#X obj 156 209 print info;
 
31
#X connect 2 0 9 0;
 
32
#X connect 3 0 9 0;
 
33
#X connect 4 0 9 0;
 
34
#X connect 5 0 9 0;
 
35
#X connect 6 0 9 1;
 
36
#X connect 9 0 15 0;
 
37
#X connect 9 1 19 0;
 
38
#X connect 17 0 9 0;