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

« back to all changes in this revision

Viewing changes to doc/3.audio.examples/shepvoice.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 471 146 638 403 12;
 
2
#X obj 156 262 pack 0 50;
 
3
#X obj 98 216 pack 0 50;
 
4
#X obj 29 298 inlet~;
 
5
#X obj 98 242 line~;
 
6
#X obj 156 288 line~;
 
7
#X obj 99 306 *~;
 
8
#X obj 29 324 +~;
 
9
#X obj 29 350 outlet~;
 
10
#X obj 285 165 r pitch+;
 
11
#X obj 185 139 r interval+;
 
12
#X obj 98 164 expr $f1 * $f2 + $f3;
 
13
#X obj 481 137 r dropoff+;
 
14
#X obj 297 63 expr ($i1% 10000) * 0.0002 - 1;
 
15
#X obj 297 11 r phase;
 
16
#X obj 297 37 + \$1;
 
17
#X obj 376 165 expr exp(-$f1*$f1*$f2);
 
18
#X obj 98 190 mtof;
 
19
#X obj 98 268 osc~;
 
20
#X text 64 8 our local phase =;
 
21
#X text 61 26 overall phase + our;
 
22
#X text 60 45 relative phase;
 
23
#X text 57 64 (modulo 10000);
 
24
#X text 59 81 normalized from -1 to 1;
 
25
#X text 349 36 \$1: relative phase;
 
26
#X text 9 110 pitch is center pitch;
 
27
#X text 16 125 + interval*phase;
 
28
#X text 373 194 amplitude is Gaussian \, with;
 
29
#X text 321 215 peak width controlled by "dropoff";
 
30
#X connect 0 0 4 0;
 
31
#X connect 1 0 3 0;
 
32
#X connect 2 0 6 0;
 
33
#X connect 3 0 17 0;
 
34
#X connect 4 0 5 1;
 
35
#X connect 5 0 6 1;
 
36
#X connect 6 0 7 0;
 
37
#X connect 8 0 10 2;
 
38
#X connect 9 0 10 1;
 
39
#X connect 10 0 16 0;
 
40
#X connect 11 0 15 1;
 
41
#X connect 12 0 10 0;
 
42
#X connect 12 0 15 0;
 
43
#X connect 13 0 14 0;
 
44
#X connect 14 0 12 0;
 
45
#X connect 15 0 0 0;
 
46
#X connect 16 0 1 0;
 
47
#X connect 17 0 5 0;