feat: added mixer component and add wet/dry mix to distortion
This commit is contained in:
parent
9acddeb29c
commit
c6f8cb1e0e
4 changed files with 122 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
NAME = SquidgeDistortion
|
||||
|
||||
FILES_DSP = SquidgeDistortion.cpp ../../core/Gain.cpp ../../core/Clipper.cpp
|
||||
FILES_DSP = SquidgeDistortion.cpp ../../core/Gain.cpp ../../core/Clipper.cpp ../../core/Mixer.cpp
|
||||
|
||||
TARGETS = vst3 clap
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue