diff --git a/README.md b/README.md index bad8c3e..ae291cd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ SquidgeSoft VST/CLAP audio plugin library, built with [DPF](https://github.com/D - **Compiler:** clang - **Build tools:** make, bear +## Components + +SquidgeDSP is built around reuseable components. + +* Gain - basic signal amplification. +* Clipper - For distortion. limits the maximum volume of a signal by clipping anything which exceeds the limit. Has hard/soft/folding clipping logic. + ## Build ### Clone