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

« back to all changes in this revision

Viewing changes to doc/3.audio.examples/G02.delay.loop.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 130 225 601 527 12;
 
2
#X floatatom 36 197 5 -30 130 0 - - -;
 
3
#X floatatom 58 322 0 0 0 0 - - -;
 
4
#X text 88 196 <-- pitch;
 
5
#X text 88 321 <-- delay time;
 
6
#X text 287 420 write to delay line;
 
7
#X text 246 346 read from delay line;
 
8
#X text 72 393 add the original and the delayed signal;
 
9
#X obj 36 233 mtof;
 
10
#X msg 111 233 1;
 
11
#X obj 37 282 *~;
 
12
#X obj 37 394 +~;
 
13
#X obj 58 370 *~ 0.7;
 
14
#X text 116 370 feedback gain;
 
15
#X text 57 9 DELAYS WITH FEEDBACK;
 
16
#X text 33 39 You can feed the result of a delread~ module back into
 
17
its own delwrite~ \, as long as you're careful about stability. For
 
18
delays below 30 msec \, you can frequently hear the resonant pitch.
 
19
For longer delay times you get the famous old delay loop effect.;
 
20
#X obj 111 281 *~;
 
21
#X obj 111 257 adsr 1 100 1000 0 1000;
 
22
#X obj 37 463 output~;
 
23
#X text 32 118 We've added an amplitude control here so that the test
 
24
oscillator only speaks while you're dragging the pitch up and down.
 
25
Be sure to try shift-dragging on the pitch control.;
 
26
#X text 330 495 updated for Pd version 0.37-1;
 
27
#X obj 36 257 phasor~;
 
28
#X obj 58 346 delread~ G02-del 160;
 
29
#X obj 77 419 delwrite~ G02-del 2000;
 
30
#X connect 0 0 7 0;
 
31
#X connect 0 0 8 0;
 
32
#X connect 1 0 21 0;
 
33
#X connect 7 0 20 0;
 
34
#X connect 8 0 16 0;
 
35
#X connect 9 0 10 0;
 
36
#X connect 10 0 17 0;
 
37
#X connect 10 0 17 1;
 
38
#X connect 10 0 22 0;
 
39
#X connect 11 0 10 1;
 
40
#X connect 15 0 9 1;
 
41
#X connect 16 0 15 0;
 
42
#X connect 16 0 15 1;
 
43
#X connect 20 0 9 0;
 
44
#X connect 21 0 11 0;