From 9e541536332d7339c5eec154be6cae736a62120c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Jul 2011 18:10:27 +0000 Subject: moved textfile explaining disto~ parameters to 'manual' svn path=/trunk/externals/unauthorized/; revision=15180 --- Makefile | 2 +- disto~/distort3.txt | 54 ----------------------------------------------------- manual/disto~.txt | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ rs-disto~.pd | 2 +- 4 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 disto~/distort3.txt create mode 100644 manual/disto~.txt diff --git a/Makefile b/Makefile index da57298..39a5f61 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PDOBJECTS = EXAMPLES = analyze-100.pd mrandtab.pd randtab.pd resynth-64.pd setosc.pd speaker.gif test-streaming-mp3.pd wanderer.gif xmms.pd yesterday.txt # manuals and related files, in the 'manual' subfolder -MANUAL = +MANUAL = disto~.txt # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, test patches, diff --git a/disto~/distort3.txt b/disto~/distort3.txt deleted file mode 100644 index e25d857..0000000 --- a/disto~/distort3.txt +++ /dev/null @@ -1,54 +0,0 @@ -Distortion (algorithm 3) -þþþþþþþþþþþþþþþþþþþþþþþþ - -Similar to Distortion (algorithm 1) but uses Hi & Low Pass Filters from -Filters. Algorithm is HPF -> Distortion -> LPF. There are parameters for -Hi & Low Pass Filters : hipassfreq & lowpassfreq is the cutoff frequencies, -and the hipassQ & lowpassQ in the EE kinda definition for bandwidth. The -larger the Q, the wider the band, and vice versa. The drive controls the -amount of overdrive. The volume to balance the effect volume with the -bypassed level. The dry_mix is the volume of input signal & the wet_mix is -the volume of distorted signal. The feedback sets feedback of distortion. - -Controls: - - drive - distortion drive - (0<= <=5) - dry_mix - dry (unaffected) signal mix - (-5<= <=5) - wet_mix - wet (affected) signal mix - (-5<= <=5) - feedback - feedback - (-1<= <=1) - volume - distortion volume - (0=< <=2) - hipassfreq - cutoff frequency for hi pass filter - (0< Distortion -> LPF. There are parameters for +Hi & Low Pass Filters : hipassfreq & lowpassfreq is the cutoff frequencies, +and the hipassQ & lowpassQ in the EE kinda definition for bandwidth. The +larger the Q, the wider the band, and vice versa. The drive controls the +amount of overdrive. The volume to balance the effect volume with the +bypassed level. The dry_mix is the volume of input signal & the wet_mix is +the volume of distorted signal. The feedback sets feedback of distortion. + +Controls: + + drive - distortion drive + (0<= <=5) + dry_mix - dry (unaffected) signal mix + (-5<= <=5) + wet_mix - wet (affected) signal mix + (-5<= <=5) + feedback - feedback + (-1<= <=1) + volume - distortion volume + (0=< <=2) + hipassfreq - cutoff frequency for hi pass filter + (0<