Update README.md
This commit is contained in:
parent
b8f0211f4b
commit
ec27e5cc92
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue