JUCE Projects
August 25, 2019 ยท View on GitHub
In the examples directory, you'll find two example projects, which demonstrate how to use the provided source code.
SimpleCompressor
An audio-plugin, which uses the SimpleCompressor-wrapper, to use the compressor as a typical JUCE dsp processor.
LookAheadCompressor
An audio-plugin, which implements the concept of the Look-Ahead Limiter Tutorial using the GainReductionComputer, LookAheadGainReduction, and Delay class.