Namespaces | |
namespace | dsp |
Classes | |
class | dsp::Bias< FloatType > |
Adds a DC offset (voltage bias) to the audio samples. More... | |
class | dsp::Chorus< SampleType > |
A simple chorus DSP widget that modulates the delay of a delay line in order to create sweeping notches in the magnitude frequency response. More... | |
class | dsp::Compressor< SampleType > |
A simple compressor with standard threshold, ratio, attack time and release time controls. More... | |
class | dsp::Gain< FloatType > |
Applies a gain to audio samples as single samples or AudioBlocks. More... | |
class | dsp::LadderFilter< SampleType > |
Multi-mode filter based on the Moog ladder filter. More... | |
class | dsp::Limiter< SampleType > |
A simple limiter with standard threshold and release time controls, featuring two compressors and a hard clipper at 0 dB. More... | |
class | dsp::NoiseGate< SampleType > |
A simple noise gate with standard threshold, ratio, attack time and release time controls. More... | |
class | dsp::Oscillator< SampleType > |
Generates a signal based on a user-supplied function. More... | |
class | dsp::Phaser< SampleType > |
A 6 stage phaser that modulates first order all-pass filters to create sweeping notches in the magnitude frequency response. More... | |
class | dsp::Reverb |
Processor wrapper around juce::Reverb for easy integration into ProcessorChain. More... | |
struct | dsp::WaveShaper< FloatType, Function > |
Applies waveshaping to audio samples as single samples or AudioBlocks. More... | |