Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-02-26 14:49:57 +01:00
parent e8d9fd0259
commit 5c38b14b2d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -1108,7 +1108,7 @@ MINIPLUGIN_FILES += surgext-helper/surgext-helper.cpp
PLUGIN_FILES += $(filter-out unless_modules/src/unless.cpp,$(wildcard unless_modules/src/*.cpp)) PLUGIN_FILES += $(filter-out unless_modules/src/unless.cpp,$(wildcard unless_modules/src/*.cpp))
# modules/types which are present in other plugins # modules/types which are present in other plugins
UNLESS_MODULES_CUSTOM = Chord Selection sign UNLESS_MODULES_CUSTOM = Selection sign
# -------------------------------------------------------------- # --------------------------------------------------------------
# ValleyAudio # ValleyAudio
@ -1235,7 +1235,7 @@ PLUGIN_BINARIES += ValleyAudio/src/XFADE.bin
# MINIPLUGIN_BINARIES += ValleyAudio/src/VOICE_5.bin # MINIPLUGIN_BINARIES += ValleyAudio/src/VOICE_5.bin
# modules/types which are present in other plugins # modules/types which are present in other plugins
VALLEYAUDIO_CUSTOM = $(DRWAV) DigitalDisplay VALLEYAUDIO_CUSTOM = $(DRWAV) Chord DigitalDisplay
VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob
# -------------------------------------------------------------- # --------------------------------------------------------------