From a241d2886c0edc808735b1b8e36ad2cdd8a20687 Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Sun, 22 Feb 2026 00:36:15 -0500 Subject: [PATCH] Fix C++ One Definition Rule with Autinn modules --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 2c08df1..9504d9a 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -531,7 +531,7 @@ MINIPLUGIN_FILES += AudibleInstruments/eurorack/stmlib/utils/random.cc PLUGIN_FILES += $(wildcard Autinn/src/*.cpp) -AUTINN_CUSTOM = Chord Vibrato Snare Scope ScopeDisplay +AUTINN_CUSTOM = Chord Vibrato Snare Scope ScopeDisplay DCBlocker AUTINN_CUSTOM_PER_FILE = AutoLevelMenuItem # --------------------------------------------------------------