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

« back to all changes in this revision

Viewing changes to abs/deg2rad-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 421 168 450 300 10;
 
2
#X obj 60 39 deg2rad;
 
3
#X text 122 40 convert DEGree to RADian;
 
4
#X obj 76 138 deg2rad;
 
5
#X floatatom 76 167 5 0 0 0 - - -;
 
6
#X floatatom 76 86 5 0 0 0 - - -;
 
7
#X obj 132 129 / 180;
 
8
#X obj 132 153 * 3.14159;
 
9
#X obj 116 225 -;
 
10
#X floatatom 132 176 5 0 0 0 - - -;
 
11
#X obj 76 110 t f f;
 
12
#X floatatom 116 257 16 0 0 0 - - -;
 
13
#X floatatom 317 155 5 0 0 0 - - -;
 
14
#X obj 317 172 deg2rad;
 
15
#X obj 317 195 cos;
 
16
#X floatatom 317 217 5 0 0 0 - - -;
 
17
#X text 317 129 example:;
 
18
#X text 338 10 part of zexy;
 
19
#X text 289 279 updated for zexy-2.0;
 
20
#X connect 2 0 3 0;
 
21
#X connect 3 0 7 0;
 
22
#X connect 4 0 9 0;
 
23
#X connect 5 0 6 0;
 
24
#X connect 6 0 8 0;
 
25
#X connect 7 0 10 0;
 
26
#X connect 8 0 7 1;
 
27
#X connect 9 0 2 0;
 
28
#X connect 9 1 5 0;
 
29
#X connect 11 0 12 0;
 
30
#X connect 12 0 13 0;
 
31
#X connect 13 0 14 0;