feat: added mixer component and add wet/dry mix to distortion

This commit is contained in:
Liam Kerr 2026-08-04 03:33:53 +01:00
parent 9acddeb29c
commit c6f8cb1e0e
4 changed files with 122 additions and 4 deletions

View file

@ -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