From 56778ad45217ffe41969e026863972ecec48cfca Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Feb 2022 20:07:13 +0000 Subject: [PATCH] One more name conflict --- plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Makefile b/plugins/Makefile index 28b9d88..5362e96 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -862,8 +862,8 @@ VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp)) # modules/types which are present in other plugins -VOXGLITCH_CUSTOM = $(DRWAV) AudioFile GateSequencer Looper Readout -VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer Grain Sequencer SequencerDisplay +VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout +VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain Sequencer SequencerDisplay VoltageSequencer # -------------------------------------------------------------- # ZetaCarinaeModules