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

« back to all changes in this revision

Viewing changes to abs/sph2cart-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 274 257 513 356 10;
 
2
#X text 360 325 updated for zexy-2.0;
 
3
#X floatatom 175 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 175 268 0 0 0 0 z - -;
 
8
#X floatatom 149 288 0 0 0 0 y - -;
 
9
#X floatatom 124 308 0 0 0 0 x - -;
 
10
#X msg 32 204 1 2 3;
 
11
#X text 21 76 all angles are in rad.;
 
12
#X obj 124 246 sph2cart;
 
13
#X text 24 31 [sph2cart]: convert spherical coordinates to cartesian
 
14
coordinates;
 
15
#X text 77 204 R phi theta;
 
16
#X text 394 14 part of zexy;
 
17
#X connect 1 0 10 2;
 
18
#X connect 2 0 3 0;
 
19
#X connect 3 0 10 0;
 
20
#X connect 3 1 10 1;
 
21
#X connect 4 0 10 0;
 
22
#X connect 8 0 10 0;
 
23
#X connect 10 0 7 0;
 
24
#X connect 10 1 6 0;
 
25
#X connect 10 2 5 0;