Browse Source

Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>
tags/24.04
falkTX 1 year ago
parent
commit
5c38b14b2d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      plugins/Makefile

+ 2
- 2
plugins/Makefile 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


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


Loading…
Cancel
Save