Create README.md
This commit is contained in:
parent
cb7a925211
commit
13af3dbf66
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Dynamite
|
||||||
|
> A customizable LV2 distortion plugin.
|
||||||
|
|
||||||
|
|  |  |
|
||||||
|
|-----|------|
|
||||||
|
|
||||||
|
Dynamite has two modes: *Clipping* and *Distortion*.
|
||||||
|
*Clipping* works by amplifying the audio signal (the "Drive" setting), cutting it off at a certain frequency (the "Threshold" setting), and then applying makeup gain (the "Gain" setting).
|
||||||
|
*Transmogrifier* works by rounding the wave to a square wave, cutting out amplitudes below the "noise threshold", and applying makeup gain (generally negative, to prevent hearing loss).
|
||||||
|
|
||||||
|
The UI is GTK2-based (since I use Ardour), so it may not work with all DAWs.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Dependencies:
|
||||||
|
- Meson
|
||||||
|
- gtkmm-2.4
|
||||||
|
- lv2
|
||||||
|
- lv2-c++-tools
|
||||||
|
- libm
|
||||||
|
|
||||||
|
```
|
||||||
|
meson setup builddir --prefix /usr
|
||||||
|
ninja -C builddir
|
||||||
|
sudo ninja -C builddir install
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue