Browse Source

Fix C++ One Definition Rule with Autinn modules

pull/905/head
rl2939 2 weeks ago
parent
commit
a241d2886c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Makefile View File

@@ -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

# --------------------------------------------------------------


Loading…
Cancel
Save