~ubuntu-branches/ubuntu/precise/puredata/precise

« back to all changes in this revision

Viewing changes to extra/pique/pique-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-12-22 21:29:31 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222212931-nhwkzapjwsmjao1l
Tags: 0.42.5-3
* debian/control:
  - add community site to homepage field
  - improve long description
  - remove Replaces and Conflicts fields
  - add Suggests on pd-csound, pd-pdp, pd-zexy, pd-aubio
* debian/rules: add per-arch configuration flags
* debian/patches/02_kfreebsd.diff:
  - also define pd_tilde_dllextent on FreeBSD
  - fix typo (really closing #414414 this time)
  - also add hurd glue
* debian/patches/04_hurd.diff:
  - add hurd glue and s_midi_dummy.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 143 0 729 407 12;
 
2
#X obj 47 11 pique;
 
3
#X text 105 12 -- find peaks in an FFT spectrum;
 
4
#X obj 214 174 rfft~;
 
5
#X obj 131 129 osc~ 2000;
 
6
#X graph graph2 0 -64 63 64 519 179 719 39;
 
7
#X array fft-real 64 float;
 
8
#X pop;
 
9
#X graph graph3 0 -64 63 64 519 327 719 187;
 
10
#X array fft-imag 64 float;
 
11
#X pop;
 
12
#X obj 214 215 tabwrite~ fft-real;
 
13
#X obj 245 240 tabwrite~ fft-imag;
 
14
#X obj 315 158 metro 1000;
 
15
#X obj 315 116 loadbang;
 
16
#X msg 315 138 1;
 
17
#X obj 91 349 pique;
 
18
#X msg 91 322 64 fft-real fft-imag 10;
 
19
#X obj 91 376 print;
 
20
#X obj 205 132 osc~ 5000;
 
21
#X text 25 37 pique takes unwindowed FFT analyses as input (they should be stored in arrays) and outputs a list of peaks \, giving their peak number \, frequency \, amplitude \, and phase (as a cosine/sine pair.);
 
22
#X text 13 289 message argumnets: number of FFT points \, fft real part \, fft imaginary part \, maximum number of peaks to report.;
 
23
#X text 578 387 updated for Pd 0.31.;
 
24
#X connect 2 0 6 0;
 
25
#X connect 2 1 7 0;
 
26
#X connect 3 0 2 0;
 
27
#X connect 8 0 6 0;
 
28
#X connect 8 0 7 0;
 
29
#X connect 9 0 10 0;
 
30
#X connect 10 0 8 0;
 
31
#X connect 11 0 13 0;
 
32
#X connect 12 0 11 0;
 
33
#X connect 14 0 2 0;