diff --git a/BiquadLimiter.sketch b/BiquadLimiter.sketch index e3206d8..126dc38 100644 Binary files a/BiquadLimiter.sketch and b/BiquadLimiter.sketch differ diff --git a/BiquadLimiterAlgorithm.svg b/BiquadLimiterAlgorithm.svg new file mode 100644 index 0000000..99d6eeb --- /dev/null +++ b/BiquadLimiterAlgorithm.svg @@ -0,0 +1,1862 @@ + + \ No newline at end of file diff --git a/README.md b/README.md index d7fb7ad..c2f7498 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ BiquadLimiter is a biquad filter plug-in whitch has a dynamic range limiter in front of the feedback section (Limiter1) and an another limiter in the final section (Limiter2). This plug-in is made with C++ and JUCE. +
+ + + + ## Features - You can see the six coefficients (a0, ..., b2) of the biquad filter that determine the behavior of the filter. Changing either Frequency / Q / Type will move the coefficient sliders. ([See this link for information on biquad filter coefficients.](https://www.w3.org/2011/audio/audio-eq-cookbook.html)) @@ -30,6 +35,8 @@ BiquadLimiter can run inside plugin hosts that supports VST, VST3, or AU. **Frequency display** : The graph shows the ideal filter frequency response without the effect of the limiter. +The y axis shows gain (dB) and the x axis shows *frequency* (*Hz*). + ## Building This project can be compiled by running the BiquadLimiter.jucer file. diff --git a/screenshot.gif b/screenshot.gif new file mode 100644 index 0000000..a3bc88c Binary files /dev/null and b/screenshot.gif differ