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

« back to all changes in this revision

Viewing changes to reference/packel-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: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100820121741-5luv6q3okq10k6x4
* 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 60 24 894 515 10;
 
2
#X obj 48 34 packel;
 
3
#X text 112 33 get the nth element of a package;
 
4
#X floatatom 105 219 0 0 0 0 n - -;
 
5
#X obj 62 239 packel 3;
 
6
#X obj 62 268 print ELEMENT;
 
7
#X obj 62 377 packel -2;
 
8
#X obj 62 401 print REVERSE_ELEMENT;
 
9
#X text 146 75 creation: packel [<n>];
 
10
#X text 185 92 n indicates the index of the element to be output;
 
11
#X text 185 110 n==0 ouputs the whole package;
 
12
#X text 185 127 n<0 ouputs the nth-last element;
 
13
#X text 511 26 part of zexy;
 
14
#X msg 62 191 list uno dva drei quattre five;
 
15
#X msg 62 357 list uno dva drei quattre five;
 
16
#X obj 480 302 print E1;
 
17
#X obj 541 302 print E2;
 
18
#X floatatom 510 249 4 -5 5 0 n1 - -;
 
19
#X obj 480 273 packel 3 -1;
 
20
#X floatatom 541 250 4 -5 5 1 n2 - -;
 
21
#X text 480 199 you can also query several elements at once;
 
22
#X msg 480 225 list uno dva drei quattre five;
 
23
#X text 63 336 reading from the end of the list;
 
24
#X connect 2 0 3 1;
 
25
#X connect 3 0 4 0;
 
26
#X connect 5 0 6 0;
 
27
#X connect 12 0 3 0;
 
28
#X connect 13 0 5 0;
 
29
#X connect 16 0 17 1;
 
30
#X connect 17 0 14 0;
 
31
#X connect 17 1 15 0;
 
32
#X connect 18 0 17 2;
 
33
#X connect 20 0 17 0;