feat: add initial implementation of squidgeTemplate plugin with basic gain parameter

This commit is contained in:
Liam Kerr 2026-08-12 01:55:27 +01:00
parent 062d1e074c
commit 55ec7f7c19
3 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/make -f
NAME = squidgeTemplate
FILES_DSP = squidgeTemplate.cpp ../../core/Gain.cpp
TARGETS = vst3 clap
include ../../dpf/Makefile.plugins.mk
all: $(TARGETS)