SynthLab SDK
limiter.h File Reference

See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle. More...

#include "synthbase.h"
#include "synthconstants.h"

Go to the source code of this file.

Classes

class  SynthLab::SimpleLPF
 Encapsulates a tiny first order, all-pole LPF object. More...
 
class  SynthLab::LogPeakDetector
 Encapsulates McNally's peak detector with added LPF smoothing (optional) More...
 
class  SynthLab::LinPeakDetector
 Encapsulates McNally's peak detector with added LPF smoothing (optional) More...
 
class  SynthLab::Limiter
 Implements a custom peak limiter designed especially for self oscillating filters whose outputs are > 0dBFS. More...
 

Detailed Description

See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.

Author
Will Pirkle
Date
20-April-2021