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

« back to all changes in this revision

Viewing changes to reference/unpack-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 231 116 894 384 10;
 
2
#X text 511 26 part of zexy;
 
3
#X text 68 98 an atom can be intialized as a number \, then become
 
4
a symbol \, later become a number again \, ....;
 
5
#X obj 121 268 zexy/unpack;
 
6
#X msg 121 192 1 2;
 
7
#X msg 158 243 bang;
 
8
#X obj 48 34 unpack;
 
9
#X text 102 38 - split a message to atoms;
 
10
#X text 66 68 this object is quite the same as pd's built-in [unpack]
 
11
\, but it does not have fixed types;
 
12
#X obj 409 249 zexy/unpack 1 2 3;
 
13
#X msg 140 215 list a list is a list;
 
14
#X msg 409 175 1 2;
 
15
#X msg 446 226 bang;
 
16
#X msg 428 198 list a list is a list;
 
17
#X text 129 144 creation arguments specify the _number_ of atoms expected
 
18
(default 2);
 
19
#X obj 141 297 print unpack2;
 
20
#X obj 121 317 print unpack1;
 
21
#X obj 409 268 print upack1;
 
22
#X obj 506 268 print upack3;
 
23
#X obj 457 289 print upack2;
 
24
#X connect 2 0 15 0;
 
25
#X connect 2 1 14 0;
 
26
#X connect 3 0 2 0;
 
27
#X connect 4 0 2 0;
 
28
#X connect 8 0 16 0;
 
29
#X connect 8 1 18 0;
 
30
#X connect 8 2 17 0;
 
31
#X connect 9 0 2 0;
 
32
#X connect 10 0 8 0;
 
33
#X connect 11 0 8 0;
 
34
#X connect 12 0 8 0;