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

« back to all changes in this revision

Viewing changes to abs/pol2cart.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 437 75 457 368 10;
 
2
#X obj 259 82 inlet z;
 
3
#X text 295 169 z=z;
 
4
#X obj 259 331 outlet z;
 
5
#X obj 99 125 unpack 0 0 0;
 
6
#X text 294 141 x=r*cos(phi);
 
7
#X text 295 156 y=r*sin(phi);
 
8
#X obj 99 82 inlet r;
 
9
#X obj 179 82 inlet phi;
 
10
#X obj 82 331 outlet x;
 
11
#X obj 179 331 outlet y;
 
12
#X obj 138 160 t f f;
 
13
#X obj 138 184 cos;
 
14
#X obj 168 184 sin;
 
15
#X obj 82 201 t f f;
 
16
#X obj 82 237 * 1;
 
17
#X obj 112 236 * 0;
 
18
#X text 63 26 convert polar to cartesian coordinates;
 
19
#X obj 99 105 pack \$1 \$2 \$3;
 
20
#X text 341 8 part of zexy;
 
21
#X connect 0 0 17 2;
 
22
#X connect 3 0 13 0;
 
23
#X connect 3 1 10 0;
 
24
#X connect 3 2 2 0;
 
25
#X connect 6 0 17 0;
 
26
#X connect 7 0 17 1;
 
27
#X connect 10 0 11 0;
 
28
#X connect 10 1 12 0;
 
29
#X connect 11 0 14 1;
 
30
#X connect 12 0 15 1;
 
31
#X connect 13 0 14 0;
 
32
#X connect 13 1 15 0;
 
33
#X connect 14 0 8 0;
 
34
#X connect 15 0 9 0;
 
35
#X connect 17 0 3 0;