refactored

This commit is contained in:
2025-11-11 15:36:48 +01:00
parent 6773cf3e20
commit 453fb493f3
5 changed files with 32 additions and 197 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
include make/defaults.mk
NAME := Delay
CONFIG ?= debug
CONFIG ?= release
TARGET ?= JayDelay.so
CFLAGS += -fPIC
@@ -14,8 +14,9 @@ INCLUDES += -I $(realpath submodules/dsp)
DEFINES += -DVST_2_4_EXTENSIONS=0 -DVST_2_3_EXTENSIONS=1
GCC_SRCS := src/iir.c src/paramutils.c
CXX_SRCS := src/filter.cpp src/filterMain.cpp
GCC_SRCS := src/paramutils.c
CXX_SRCS := src/plugin.cpp
CXX_SRCS := src/pluginMain.cpp
CXX_SRCS += $(VST2_SDK_PATH)/public.sdk/source/vst2.x/audioeffect.cpp
CXX_SRCS += $(VST2_SDK_PATH)/public.sdk/source/vst2.x/audioeffectx.cpp