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

« back to all changes in this revision

Viewing changes to abs/sph2pol-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 200 209 457 355 10;
 
2
#X text 297 321 updated for zexy-2.0;
 
3
#X floatatom 168 198 5 0 0 1 theta - -;
 
4
#X floatatom 134 156 5 0 0 1 phi - -;
 
5
#X obj 134 174 t b f;
 
6
#X floatatom 124 138 5 0 0 1 R - -;
 
7
#X floatatom 168 268 0 0 0 0 z - -;
 
8
#X floatatom 146 288 0 0 0 0 phi - -;
 
9
#X floatatom 124 308 0 0 0 0 r - -;
 
10
#X msg 22 210 1 2 3;
 
11
#X text 21 76 all angles are in rad.;
 
12
#X text 24 31 [sph2pol]: convert spherical coordinates to polar coordinates
 
13
;
 
14
#X obj 124 246 sph2pol;
 
15
#X text 19 192 R phi theta;
 
16
#X text 321 15 part of zexy;
 
17
#X connect 1 0 11 2;
 
18
#X connect 2 0 3 0;
 
19
#X connect 3 0 11 0;
 
20
#X connect 3 1 11 1;
 
21
#X connect 4 0 11 0;
 
22
#X connect 8 0 11 0;
 
23
#X connect 11 0 7 0;
 
24
#X connect 11 1 6 0;
 
25
#X connect 11 2 5 0;