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

« back to all changes in this revision

Viewing changes to abs/mavg.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 0 354 450 482 10;
 
2
#X obj 80 235 inlet;
 
3
#X obj 80 334 outlet;
 
4
#X obj 330 94 inlet taps;
 
5
#X obj 80 274 list split \$1;
 
6
#X obj 80 296 t l l;
 
7
#X obj 80 254 list append;
 
8
#X obj 80 315 mean;
 
9
#X obj 261 95 loadbang;
 
10
#X obj 261 115 i \$1;
 
11
#X obj 261 141 t f f;
 
12
#X obj 286 211 list append;
 
13
#X obj 286 227 t l l;
 
14
#X obj 286 177 until;
 
15
#X obj 286 161 t f b;
 
16
#X msg 324 195 list;
 
17
#X obj 286 194 i;
 
18
#X text 59 20 part of zexy;
 
19
#X text 58 35 (c) 2006 IOhannes m zmoelnig;
 
20
#X text 55 -19 moving average filter;
 
21
#X text 62 73 requires pd>0.39;
 
22
#X text 38 386 attention: not yet fully compatible with the zexy-external
 
23
[mavg];
 
24
#X connect 0 0 5 0;
 
25
#X connect 2 0 9 0;
 
26
#X connect 3 0 4 0;
 
27
#X connect 3 2 4 0;
 
28
#X connect 4 0 6 0;
 
29
#X connect 4 1 5 1;
 
30
#X connect 5 0 3 0;
 
31
#X connect 6 0 1 0;
 
32
#X connect 7 0 8 0;
 
33
#X connect 8 0 9 0;
 
34
#X connect 9 0 3 1;
 
35
#X connect 9 1 13 0;
 
36
#X connect 10 0 11 0;
 
37
#X connect 11 0 5 1;
 
38
#X connect 11 1 10 1;
 
39
#X connect 12 0 15 0;
 
40
#X connect 13 0 12 0;
 
41
#X connect 13 1 14 0;
 
42
#X connect 14 0 10 1;
 
43
#X connect 15 0 10 0;