From 5aef03b3a165b309622f6d051bd4d53c42b4532d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 25 Nov 2002 10:47:53 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r232, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=233 --- pd/doc/3.audio.examples/02.amplitude.pd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pd/doc/3.audio.examples/02.amplitude.pd') diff --git a/pd/doc/3.audio.examples/02.amplitude.pd b/pd/doc/3.audio.examples/02.amplitude.pd index 814d7d7c..d24be18d 100644 --- a/pd/doc/3.audio.examples/02.amplitude.pd +++ b/pd/doc/3.audio.examples/02.amplitude.pd @@ -12,12 +12,11 @@ range \, but when you output a signal via the dac~ object \, the samples should range between -1 and +1. Values out of that range will be "clipped." ; #X obj 64 202 *~ 0; -#X floatatom 103 163 0 0 0; -#X obj 91 130 dbtorms; -#X floatatom 91 98 0 0 80; -#X text 137 98 <-- set amplitude here in dB; +#X floatatom 107 165 0 0 0 0 - - -; +#X obj 95 132 dbtorms; +#X floatatom 95 100 0 0 80 0 - - -; +#X text 141 100 <-- set amplitude here in dB; #X text 211 133 <-- this converts dB to linear units; -#X text 114 282 <-- and out. We'resending to both channels now.; #X text 210 164 <-- this shows the linear gain; #X text 116 204 <-- multiply the sine wave by the gain \, reducing its amplitude. You can also use the "*~" object to multiply two signals. @@ -29,6 +28,7 @@ to one \, and zero dB artificially outputs a true 0; #X text 34 452 Pd assumes you have a two channel audio system unless you tell it otherwise.; #X text 440 486 updated for Pd version 0.33; +#X text 114 282 <-- and out. We're sending to both channels now.; #X connect 0 0 9 0; #X connect 9 0 1 0; #X connect 9 0 1 1; -- cgit v1.2.1