Use an HTML table

This commit is contained in:
Aleks Rūtiņš 2023-12-11 08:44:05 -05:00 committed by GitHub
parent bbe99a1acb
commit 4c6ba4e172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
# Dynamite
> A customizable LV2 distortion plugin.
| ![Screenshot of the Clipping panel](https://user-images.githubusercontent.com/24496030/232308846-63d8c4e6-d3b0-4382-b521-5cac8483c6cf.png) | ![Screenshot of the ](https://user-images.githubusercontent.com/24496030/232308851-35e12391-1e0a-4de1-9d3a-1b2e64d6a1cd.png) |
|-----|------|
<table>
<tr>
<td><img src="https://user-images.githubusercontent.com/24496030/232308846-63d8c4e6-d3b0-4382-b521-5cac8483c6cf.png" alt="Screenshot of the Clipping panel"></td>
<td><img src="https://user-images.githubusercontent.com/24496030/232308851-35e12391-1e0a-4de1-9d3a-1b2e64d6a1cd.png" alt="Screenshot of the Distortion panel"></td>
</tr>
</table>
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).