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

« back to all changes in this revision

Viewing changes to abs/polyfun-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 137 170 448 308 10;
 
2
#X text 338 10 part of zexy;
 
3
#X text 122 40 calculate a polynomial function;
 
4
#X text 289 279 updated for zexy-2.1;
 
5
#X floatatom 45 164 0 0 0 0 x - -;
 
6
#X floatatom 45 264 0 0 0 0 y - -;
 
7
#X msg 89 189 1 2;
 
8
#X text 128 190 y=2x+1;
 
9
#X msg 110 214 3 0 -1;
 
10
#X text 166 215 y=3-x^2;
 
11
#X text 32 80 on the right inlet you give the coefficients (a0..aN)
 
12
of the polynomial function: y=a0+a1*x+a2*x^2+...+aN*x^N;
 
13
#X text 33 109 the length of the coefficient list determines the order
 
14
of the polynomial function.;
 
15
#X obj 60 39 polyfun;
 
16
#X obj 45 238 polyfun;
 
17
#X connect 3 0 12 0;
 
18
#X connect 5 0 12 1;
 
19
#X connect 7 0 12 1;
 
20
#X connect 12 0 4 0;