Update README.md

This commit is contained in:
tehsquidge 2026-08-03 13:10:02 +02:00
parent b8f0211f4b
commit ec27e5cc92

View file

@ -7,6 +7,13 @@ SquidgeSoft VST/CLAP audio plugin library, built with [DPF](https://github.com/D
- **Compiler:** clang - **Compiler:** clang
- **Build tools:** make, bear - **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 ## Build
### Clone ### Clone