From 2e416ee0095f1bf608f849f156d564e0f45fb8ab Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 2 Feb 2004 12:18:59 +0000 Subject: merged in version_0_37_1test6 svn path=/trunk/; revision=1305 --- pd/doc/3.audio.examples/reverb-echo.pd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'pd/doc/3.audio.examples/reverb-echo.pd') diff --git a/pd/doc/3.audio.examples/reverb-echo.pd b/pd/doc/3.audio.examples/reverb-echo.pd index e627e9fc..81c96131 100644 --- a/pd/doc/3.audio.examples/reverb-echo.pd +++ b/pd/doc/3.audio.examples/reverb-echo.pd @@ -1,14 +1,20 @@ -#N canvas 0 0 600 492 12; +#N canvas 118 224 600 492 12; #X obj 66 95 inlet~; #X obj 130 96 inlet~; -#X obj 69 216 outlet~; +#X obj 68 216 outlet~; #X obj 141 215 outlet~; #X obj 67 143 +~; #X obj 140 141 -~; #X obj 141 165 delwrite~ \$1 \$2; #X obj 140 191 delread~ \$1 \$2; -#X text 68 24 This appears as an abstraction in patch G05.reverb.pd +#X text 48 14 This appears as an abstraction in patch G08.reverb.pd ; +#X text 27 267 This network makes two copies of the (stereo) input +\, one in phase \, the other out of phase and delayed. The total frequency +response is flat. The total signal power out is exactly twice that +of the input \, no matter what freqiencies the input contains. This +is used to increase echo density \, by stacking several of these units +with different delay times. Each stage doubles the echo density.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 1 0 4 1; -- cgit v1.2.1