From 55a1aeaf25dd5716d8adfc3322e3a2a00f5caa8f Mon Sep 17 00:00:00 2001 From: Markus Schmidt Date: Mon, 9 Nov 2009 22:01:52 +0000 Subject: [PATCH] + Gain reduction module: clearer authorship information --- src/modules_dsp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules_dsp.cpp b/src/modules_dsp.cpp index 66524da..16694df 100644 --- a/src/modules_dsp.cpp +++ b/src/modules_dsp.cpp @@ -1641,10 +1641,10 @@ int deesser_audio_module::get_changed_offsets(int index, int generation, int &su return false; } -/// Gain reduction module implemented by Markus Schmidt -/// Nearly all functions of this module are originally written +/// Gain reduction module by Thor +/// All functions of this module are originally written /// by Thor, while some features have been stripped (mainly stereo linking -/// and frequency correction as implemented in his Compressor above) +/// and frequency correction as implemented in Sidechain Compressor above) /// To save some CPU. //////////////////////////////////////////////////////////////////////////////// gain_reduction_audio_module::gain_reduction_audio_module() -- 2.11.4.GIT