This project houses various tube screamer audio plugins including replicas of original models and custom designs.
All source code leverages the JUCE framework (https://juce.com/get-juce/download) which must be installed to compile and run the code.
While JUCE is a cross-platform application framework, I have only tested and run the code on Windows 10. The current source has been tested for VST and standalone applications.
- I left out an ON/OFF (power) switch, a common feature in other plugins. It might be a nice touch to add one at some point.
- As a VST, the plugin parameters (drive, tone, level) can be assigned to automation but the plugin lacks MIDI assignment which would be useful for external control.