From ec27e5cc92e37f3fb47602b5fda2bb85f9ce9abb Mon Sep 17 00:00:00 2001 From: tehsquidge Date: Mon, 3 Aug 2026 13:10:02 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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