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

« back to all changes in this revision

Viewing changes to abs/pol2sph.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 obj 99 82 inlet r;
 
4
#X obj 179 82 inlet phi;
 
5
#X text 63 26 convert polar to spherical coordinates;
 
6
#X obj 99 125 unpack 0 0 0;
 
7
#X obj 83 331 outlet R;
 
8
#X text 280 151 R=sqrt(r^2+z^2);
 
9
#X obj 179 331 outlet Phi;
 
10
#X obj 259 331 outlet Theta;
 
11
#X text 279 170 Phi=phi;
 
12
#X text 278 187 Theta=atan2(z \, r);
 
13
#X obj 99 275 pack 0 0 0;
 
14
#X obj 99 295 unpack 0 0 0;
 
15
#X obj 178 148 t f f f;
 
16
#X obj 178 169 *;
 
17
#X obj 99 148 t f f f;
 
18
#X obj 99 169 *;
 
19
#X obj 99 212 +;
 
20
#X obj 99 237 sqrt;
 
21
#X obj 164 255 atan2;
 
22
#X obj 164 213 pack;
 
23
#X msg 164 234 \$2 \$1;
 
24
#X obj 99 105 pack \$1 \$2 \$3;
 
25
#X text 335 8 part of zexy;
 
26
#X connect 0 0 22 2;
 
27
#X connect 1 0 22 0;
 
28
#X connect 2 0 22 1;
 
29
#X connect 4 0 15 0;
 
30
#X connect 4 1 11 1;
 
31
#X connect 4 2 13 0;
 
32
#X connect 11 0 12 0;
 
33
#X connect 12 0 5 0;
 
34
#X connect 12 1 7 0;
 
35
#X connect 12 2 8 0;
 
36
#X connect 13 0 14 0;
 
37
#X connect 13 1 14 1;
 
38
#X connect 13 2 20 1;
 
39
#X connect 14 0 17 1;
 
40
#X connect 15 0 16 0;
 
41
#X connect 15 1 16 1;
 
42
#X connect 15 2 20 0;
 
43
#X connect 16 0 17 0;
 
44
#X connect 17 0 18 0;
 
45
#X connect 18 0 11 0;
 
46
#X connect 19 0 11 2;
 
47
#X connect 20 0 21 0;
 
48
#X connect 21 0 19 0;
 
49
#X connect 22 0 4 0;