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

« back to all changes in this revision

Viewing changes to abs/cart2sph.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 639 543 10;
 
2
#X obj 259 82 inlet z;
 
3
#X text 63 26 convert cartesian to spherical coordinates;
 
4
#X obj 99 82 inlet x;
 
5
#X obj 179 82 inlet y;
 
6
#X obj 99 481 outlet r;
 
7
#X obj 206 481 outlet phi;
 
8
#X obj 279 481 outlet theta;
 
9
#X obj 99 125 unpack 0 0 0;
 
10
#X text 263 136 r=sqrt(x^2+y^2+z^2);
 
11
#X text 263 158 phi=atan2(y \, x);
 
12
#X text 262 179 theta=atan2(z \, sqrt(x^2+y^2));
 
13
#X obj 99 170 *;
 
14
#X obj 199 325 atan2;
 
15
#X obj 279 331 atan2;
 
16
#X obj 99 325 sqrt;
 
17
#X obj 279 270 sqrt;
 
18
#X obj 99 299 +;
 
19
#X obj 99 150 t f f f;
 
20
#X obj 138 191 *;
 
21
#X obj 138 171 t f f f;
 
22
#X obj 99 220 +;
 
23
#X obj 99 245 t f f;
 
24
#X obj 192 169 *;
 
25
#X obj 192 149 t f f f;
 
26
#X obj 279 292 pack;
 
27
#X obj 199 271 pack;
 
28
#X msg 199 298 \$2 \$1;
 
29
#X msg 279 312 \$2 \$1;
 
30
#X obj 99 105 pack \$1 \$2 \$3;
 
31
#X text 464 24 part of zexy;
 
32
#X obj 167 426 unpack 0 0 0;
 
33
#X obj 167 406 pack 0 0 0;
 
34
#X connect 0 0 28 2;
 
35
#X connect 2 0 28 0;
 
36
#X connect 3 0 28 1;
 
37
#X connect 7 0 17 0;
 
38
#X connect 7 1 19 0;
 
39
#X connect 7 2 23 0;
 
40
#X connect 11 0 20 0;
 
41
#X connect 12 0 31 1;
 
42
#X connect 13 0 31 2;
 
43
#X connect 14 0 31 0;
 
44
#X connect 15 0 24 0;
 
45
#X connect 16 0 14 0;
 
46
#X connect 17 0 11 0;
 
47
#X connect 17 1 11 1;
 
48
#X connect 17 2 25 0;
 
49
#X connect 18 0 20 1;
 
50
#X connect 19 0 18 0;
 
51
#X connect 19 1 18 1;
 
52
#X connect 19 2 25 1;
 
53
#X connect 20 0 21 0;
 
54
#X connect 21 0 16 0;
 
55
#X connect 21 1 15 0;
 
56
#X connect 22 0 16 1;
 
57
#X connect 23 0 22 0;
 
58
#X connect 23 1 22 1;
 
59
#X connect 23 2 24 1;
 
60
#X connect 24 0 27 0;
 
61
#X connect 25 0 26 0;
 
62
#X connect 26 0 12 0;
 
63
#X connect 27 0 13 0;
 
64
#X connect 28 0 7 0;
 
65
#X connect 30 0 4 0;
 
66
#X connect 30 1 5 0;
 
67
#X connect 30 2 6 0;
 
68
#X connect 31 0 30 0;