An exhibition of various non-linear transformations. The main inspiration comes from Ivan Cohen's ADC '17 talk Fifty Shades of Distortion. https://www.youtube.com/watch?v=oIChUOV_0w4
The code is based on the Distortion module from Juan Gil's Audio Effects project at https://github.com/juandagilc/Audio-Effects
as well as the code that accompanies the book "Audio Effects: Theory, Implementation and Application" by Joshua D. Reiss and Andrew P. McPherson. https://code.soundsoftware.ac.uk/projects/audio_effects_textbook_code/repository
The following non-linear transformations are available:
- hard clipping
- soft clipping
- exponential soft clipping
- full-wave rectifier
- half-wave rectifier
- fold-back
- squarer
- 4th order chebyshev
- bit crusher
- slew limiter
More will be added.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.