+ Gain reduction module: clearer authorship information

(cherry picked from commit 55a1aeaf25dd5716d8adfc3322e3a2a00f5caa8f)
This commit is contained in:
Markus Schmidt
2009-11-09 22:01:52 +00:00
committed by Tobias Doerffel
parent 5aa154aeb1
commit 40015f001d

View File

@@ -1640,10 +1640,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()