From 94ce1dfc2aca4b1358eb61be4ef8b6e6e1464e7d Mon Sep 17 00:00:00 2001 From: dreamer Date: Fri, 3 May 2024 08:30:00 +0200 Subject: [PATCH] use DRWAV as custom for PdArray --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 0939cfb..8a9bc28 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -976,7 +976,7 @@ PATHSET_CUSTOM = PitchShifter PLUGIN_FILES += $(filter-out PdArray/src/plugin.cpp,$(wildcard PdArray/src/*.cpp)) # modules/types which are present in other plugins -PDARRAY_CUSTOM = MAX_POLY_CHANNELS TextBox +PDARRAY_CUSTOM = $(DRWAV) MAX_POLY_CHANNELS TextBox # -------------------------------------------------------------- # PinkTrombone