Modern digital distortion plugin (VST, VST3, AU).
Go to file
Nick Thompson a08330c613 Add help documentation to release zip 2017-07-09 16:34:19 -04:00
Assets Update morning at the dmv preset 2017-06-21 22:26:16 -04:00
Builds Update os x deployment target to 10.9 2017-07-07 08:52:15 -04:00
Dsp Update default preset 2017-06-21 22:16:20 -04:00
Include/faust Copy faust heaers locally for cross platform unity 2017-03-24 21:03:05 -04:00
JuceLibraryCode Update morning at the dmv preset 2017-06-21 22:26:16 -04:00
Scripts Add help documentation to release zip 2017-07-09 16:34:19 -04:00
Source Update default preset 2017-06-21 22:16:20 -04:00
VST3_SDK Update VST3 SDK to 3.6.7 2017-06-18 16:13:27 -04:00
.gitignore Remove key files 2017-04-22 17:49:48 -04:00
.travis.yml Parallel build for diff configs 2017-05-07 17:10:08 -04:00
HELP.txt Add help documentation to release zip 2017-07-09 16:34:19 -04:00
INSTALL.txt Update installation instructions 2017-06-29 08:46:51 -04:00
LICENSE Add license 2017-06-22 22:29:53 -04:00
Makefile Update auval test 2017-04-22 17:49:51 -04:00
README.md Update README.md 2017-06-26 20:01:57 -04:00
appveyor.yml Update artifact paths 2017-06-18 19:35:51 -04:00
screenshot.jpg Swap png out for jpg 2017-05-25 08:29:18 -04:00
temper.jucer Update os x deployment target to 10.9 2017-07-07 08:52:15 -04:00

README.md

Temper

Modern digital distortion.

Temper Plugin

Temper is a digital distortion audio plugin targeting VST, VST3, and AU for OS X and Windows. It builds upon traditional waveshaping techniques using modulated filter coefficients to produce a unique phase distortion. The primary signal processing loop is written with Faust, and compiled with JUCE for the various build targets.

Dependencies

  • JUCE (v5.0.2)
  • VST SDK (v3.6.7)

Usage

Temper can run inside any plugin host that supports VST, VST3, or AU, such as Audacity (Free) or FL Studio (Paid).

Parameters

Cutoff: The signal chain contains a simple resonant lowpass filter before the distortion unit. This parameter sets the cutoff frequency of that filter.

Resonance: This parameter sets the corner resonance of the lowpass filter mentioned above.

Curve: The first of the three parameters that control the distortion unit, Curve sets the shape of the waveshaper curve used to saturate the input signal before the phase distortion module.

Drive: Like a traditional overdrive, Temper includes a gain step before the waveshaper. Drive determines the gain applied at that step.

Saturation: The Saturation parameter controls the Dry/Wet mix of the waveshaper output; at 0.0, the dry input signal goes into the phase distortion module with the shaped signal modulating the phase offset. At 1.0, the wet waveshaper signal goes into the phase distortion module which is shaped by the same wet signal.

Feedback: The signal chain includes a feedback loop, taking the output of the distortion unit and feeding it back right before the distoriton unit again (after the filter). Feedback here decides the gain multiplier on that feedback loop.

Level: This simply adjusts the output level.

Contributing

If you find any weird or buggy behavior, please open an issue! We will also happily accept pull requests implementing bug fixes or compatibility support. We may refuse pull requests or feature suggestions that change product direction, but we would love to hear your ideas so don't be shy.

Building

With Visual Studio 2017, you should be able to just open the file Builds/VisualStudio2017/Temper.sln and build one of the three available configurations. Similarly, on OS X, open Builds/MacOSX/Temper.xcodeproj with XCode. If you have any trouble building, please file an issue.

License

Copyright (C) 2017 Creative Intent, LLC

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 http://www.gnu.org/licenses/.