Basic distortion plugin!
This commit is contained in:
parent
c226177453
commit
a32ece06df
3 changed files with 12 additions and 3 deletions
|
@ -11,6 +11,7 @@ namespace Dynamite {
|
|||
|
||||
class Drive : public Plugin<Drive> {
|
||||
const float *drive;
|
||||
const float *threshold;
|
||||
const float *input;
|
||||
float *output;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue