Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joonastuo/Distortion
Waveshaper distortion plugin made with JUCE.
https://github.com/joonastuo/Distortion
Last synced: 3 months ago
JSON representation
Waveshaper distortion plugin made with JUCE.
- Host: GitHub
- URL: https://github.com/joonastuo/Distortion
- Owner: joonastuo
- Created: 2019-02-21T15:09:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T16:45:00.000Z (over 5 years ago)
- Last Synced: 2024-04-22T02:18:02.653Z (7 months ago)
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - Distortion
README
Distortion
==========A distortion-plugin made with JUCE (v5.4.3). The distortion effect is made with a waveshaping function (tanh) and the plugin has two filters, a highpass filter before the waveshaping function ("HIGH") and lowpass filter after it ("LOW"). The plugin also includes controls for input volume ("DIST") and output volume ("LEVEL")