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

« back to all changes in this revision

Viewing changes to reference/demultiplex-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 425 439 709 294 10;
 
2
#X obj 51 171 demux 1 2 3 4;
 
3
#X obj 51 91 metro 320;
 
4
#X obj 51 111 t b b;
 
5
#X obj 51 130 random 100;
 
6
#X msg 51 69 1;
 
7
#X msg 76 69 0;
 
8
#X floatatom 135 147 0 0 0 0 - - -;
 
9
#X obj 51 239 print output0;
 
10
#X obj 135 129 random 4;
 
11
#X obj 75 222 print outpu1;
 
12
#X obj 99 205 print outp2;
 
13
#X obj 124 188 print out3;
 
14
#X msg 51 150 bet \$1;
 
15
#X text 231 10 demultiplex the inlet to the specified output;
 
16
#X obj 111 12 demultiplex;
 
17
#X obj 315 236 demux;
 
18
#X text 271 237 alias;
 
19
#X text 303 159 the number of arguments defines the number of outlets
 
20
;
 
21
#X text 277 81 the right inlet specifies \, to which outlet the left
 
22
inlet is routed;
 
23
#X text 280 119 outlets number from 0..(n-1);
 
24
#X text 549 33 part of zexy;
 
25
#X text 263 174 even though this seems to be a bit weird \, this makes
 
26
patches more readable (as the object becomes wider if it has more outlets)
 
27
;
 
28
#X text 268 140 creation: "demultiplex [<out1?> [<out2?> [<out3?> ...
 
29
]]]";
 
30
#X connect 0 0 7 0;
 
31
#X connect 0 1 9 0;
 
32
#X connect 0 2 10 0;
 
33
#X connect 0 3 11 0;
 
34
#X connect 1 0 2 0;
 
35
#X connect 2 0 3 0;
 
36
#X connect 2 1 8 0;
 
37
#X connect 3 0 12 0;
 
38
#X connect 4 0 1 0;
 
39
#X connect 5 0 1 0;
 
40
#X connect 6 0 0 1;
 
41
#X connect 8 0 6 0;
 
42
#X connect 12 0 0 0;