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

« back to all changes in this revision

Viewing changes to reference/symbol2list-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 60 29 809 570 10;
 
2
#X symbolatom 75 517 22 0 0 0 - - -;
 
3
#X symbolatom 147 393 10 0 0 0 - - -;
 
4
#X obj 135 48 symbol2list;
 
5
#X text 219 48 convert a symbol into a list;
 
6
#X obj 458 50 s2l;
 
7
#X symbolatom 106 500 16 0 0 0 - - -;
 
8
#X symbolatom 137 483 10 0 0 0 - - -;
 
9
#X msg 75 97 symbol a_dash_separated_list;
 
10
#X msg 147 358 symbol -;
 
11
#X obj 348 409 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
 
12
-1;
 
13
#X msg 170 206 symbol _i;
 
14
#X obj 170 226 t b s;
 
15
#X obj 75 448 unpack s s s s;
 
16
#X symbolatom 168 467 10 0 0 0 - - -;
 
17
#X msg 159 118 symbol what_is-the_de-limiter_i-ask-(_i) ?;
 
18
#X text 336 497 see also:;
 
19
#X obj 447 497 list2symbol;
 
20
#X text 253 189 by default \, list-elements are separated by spaces.
 
21
You can set the separator to any symbol either with an argument or
 
22
by setting the second inlet;
 
23
#X text 250 240 using a zero-symbol as delimiter will break the symbol
 
24
up into its characters.;
 
25
#X msg 256 277 symbol;
 
26
#X obj 256 296 t b s;
 
27
#X text 221 393 delimiter;
 
28
#X text 375 412 banging the object will re-parse the list-symbol;
 
29
#X text 532 498 which does the inverse;
 
30
#X obj 75 428 symbol2list _;
 
31
#X text 600 44 part of zexy;
 
32
#X connect 1 0 24 1;
 
33
#X connect 7 0 24 0;
 
34
#X connect 8 0 1 0;
 
35
#X connect 9 0 24 0;
 
36
#X connect 10 0 11 0;
 
37
#X connect 11 0 24 0;
 
38
#X connect 11 1 1 0;
 
39
#X connect 12 0 0 0;
 
40
#X connect 12 1 5 0;
 
41
#X connect 12 2 6 0;
 
42
#X connect 12 3 13 0;
 
43
#X connect 14 0 24 0;
 
44
#X connect 19 0 20 0;
 
45
#X connect 20 0 24 0;
 
46
#X connect 20 1 1 0;
 
47
#X connect 24 0 12 0;