JUCE
Loading...
Searching...
No Matches
Namespaces | Classes
widgets

Namespaces

namespace  juce
 
namespace  juce::dsp
 

Classes

class  juce::dsp::Bias< FloatType >
 Adds a DC offset (voltage bias) to the audio samples. More...
 
class  juce::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  juce::dsp::Compressor< SampleType >
 A simple compressor with standard threshold, ratio, attack time and release time controls. More...
 
class  juce::dsp::Gain< FloatType >
 Applies a gain to audio samples as single samples or AudioBlocks. More...
 
class  juce::dsp::LadderFilter< SampleType >
 Multi-mode filter based on the Moog ladder filter. More...
 
class  juce::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  juce::dsp::NoiseGate< SampleType >
 A simple noise gate with standard threshold, ratio, attack time and release time controls. More...
 
class  juce::dsp::Oscillator< SampleType >
 Generates a signal based on a user-supplied function. More...
 
class  juce::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  juce::dsp::Reverb
 Processor wrapper around juce::Reverb for easy integration into ProcessorChain. More...
 
struct  juce::dsp::WaveShaper< FloatType, Function >
 Applies waveshaping to audio samples as single samples or AudioBlocks. More...
 

Detailed Description