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

« back to all changes in this revision

Viewing changes to reference/lister-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 252 393 685 518 10;
 
2
#X obj 110 16 lister;
 
3
#X text 160 17 - store a list;
 
4
#X msg 41 132 bang;
 
5
#X text 76 133 outputs a list;
 
6
#X text 288 180 sets and outputs a list;
 
7
#X text 243 336 creation argument initializes a list;
 
8
#X obj 18 381 print;
 
9
#X text 291 16 alias;
 
10
#X obj 331 16 l;
 
11
#X msg 232 315 2 3 5 7 11 prime;
 
12
#X obj 41 336 lister 1 2 3 4 5 6 7 ordinal;
 
13
#X msg 62 180 1 1 2 3 5 8 13 21 44 fibonacchi;
 
14
#X text 64 77 of course \, this is similar to the "pack" object \,
 
15
but here we handle list-lenghts dynamically and do not care about type
 
16
checking !!!;
 
17
#X obj 67 381 list2symbol;
 
18
#X symbolatom 67 403 0 0 0 0 output: - -;
 
19
#X msg 91 260 one 2 3 four;
 
20
#X msg 96 283 list one 2 3 four;
 
21
#X text 228 283 works;
 
22
#X text 193 260 does NOT work (check console for error);
 
23
#X text 353 315 right inlet sets a list without outputting;
 
24
#X text 94 222 lists of mixed-type work but if any list starts with
 
25
a symbol \, you need to cast it as a list:;
 
26
#X msg 77 199 1 two three 4;
 
27
#X msg 51 161 7 8 9;
 
28
#X text 64 53 similar to:;
 
29
#X obj 154 52 float;
 
30
#X obj 202 52 int;
 
31
#X obj 237 52 symbol;
 
32
#X text 497 29 part of zexy;
 
33
#X obj 202 470 list;
 
34
#X text 35 448 this object has been deprecated by the advent of [list]
 
35
in Pd-0.40 \; use that one instead!;
 
36
#X connect 2 0 10 0;
 
37
#X connect 9 0 10 1;
 
38
#X connect 10 0 6 0;
 
39
#X connect 10 0 13 0;
 
40
#X connect 11 0 10 0;
 
41
#X connect 13 0 14 0;
 
42
#X connect 15 0 10 0;
 
43
#X connect 16 0 10 0;
 
44
#X connect 21 0 10 0;
 
45
#X connect 22 0 10 0;