Basic distortion plugin!

This commit is contained in:
Aleks Rutins 2023-04-14 11:31:15 -04:00
parent c226177453
commit a32ece06df
3 changed files with 12 additions and 3 deletions

View file

@ -11,6 +11,7 @@ namespace Dynamite {
class Drive : public Plugin<Drive> {
const float *drive;
const float *threshold;
const float *input;
float *output;
public: