From 506b8e7dedb80d79bf015e47d92e8b8dd8284584 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 16 Aug 2003 17:08:55 +0000 Subject: added files straight from Yves' sources svn path=/trunk/externals/unauthorized/; revision=864 --- disto~/distort3.txt | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 disto~/distort3.txt (limited to 'disto~/distort3.txt') diff --git a/disto~/distort3.txt b/disto~/distort3.txt new file mode 100644 index 0000000..e25d857 --- /dev/null +++ b/disto~/distort3.txt @@ -0,0 +1,54 @@ +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<