Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add link to demo video
utokusa authored Nov 17, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 445c1ae commit 4400def
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.

https://youtu.be/xxV1-fn0U6Y

<div align="center"><img src="screenshot.gif" width="400px"></div>

<div align="center"><img src="BiquadLimiterAlgorithm.svg" width="600px"></div>
@@ -45,4 +47,4 @@ You need following libraries.
- **JUCE** (v5.4.3)
- **VST SDK** (v3.6.10)

If you want build VST (not VST3), you need to use VST SDK v3.6.10 or earlier.
If you want build VST (not VST3), you need to use VST SDK v3.6.10 or earlier.

0 comments on commit 4400def

Please sign in to comment.