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

« back to all changes in this revision

Viewing changes to reference/list2symbol-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 14 156 817 446 10;
 
2
#X obj 135 48 list2symbol;
 
3
#X text 228 49 convert a list into a symbol;
 
4
#X obj 457 50 l2s;
 
5
#X symbolatom 75 286 0 0 0 0 - - -;
 
6
#X msg 75 97 list this was a list and is now a symbol;
 
7
#X msg 159 118 anythings work fine too;
 
8
#X obj 507 288 print;
 
9
#X symbolatom 147 223 10 0 0 0 - - -;
 
10
#X msg 147 158 symbol --;
 
11
#X text 230 157 by default \, list-elements are separated by spaces.
 
12
You can set the separator to any symbol;
 
13
#X text 536 31 part of zexy;
 
14
#X msg 156 201 symbol;
 
15
#X obj 75 258 list2symbol;
 
16
#X text 222 203 even to a zero-length symbol!;
 
17
#X msg 507 247 my bonnie is over the ovean;
 
18
#X obj 507 268 l2s .;
 
19
#X text 537 61 updated for zexy-2.2;
 
20
#X text 554 270 argument: default delimiter;
 
21
#X text 316 326 in prior versions of [list2symbol] \, the default delimiter
 
22
was not settable via arguments \; instead the arguments denoted the
 
23
incoming list. this has changed!!!!;
 
24
#X text 321 302 Attention:;
 
25
#X connect 4 0 12 0;
 
26
#X connect 5 0 12 0;
 
27
#X connect 7 0 12 1;
 
28
#X connect 8 0 7 0;
 
29
#X connect 11 0 7 0;
 
30
#X connect 12 0 3 0;
 
31
#X connect 14 0 15 0;
 
32
#X connect 15 0 6 0;