Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 900 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 900 Bytes

Tube Schemer

This project houses various tube screamer audio plugins including replicas of original models and custom designs.

Using the code

All source code leverages the JUCE framework (https://juce.com/get-juce/download) which must be installed to compile and run the code.

Tested environment

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.

alt text

TODO list

  • 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.