Setup a few more name conflicts
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e39ff6d0f8
commit
af64bc5991
1 changed files with 8 additions and 2 deletions
|
@ -525,7 +525,7 @@ PLUGIN_FILES += $(filter-out Bidoo/src/dep/resampler/main.cpp,$(wildcard Bidoo/s
|
|||
PLUGIN_FILES += BidooDark/plugin.cpp
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
BIDOO_CUSTOM = ChannelDisplay InstantiateExpanderItem LadderFilter $(DRWAV)
|
||||
BIDOO_CUSTOM = ChannelDisplay InstantiateExpanderItem LadderFilter PitchShifter $(DRWAV)
|
||||
BIDOO_CUSTOM_PER_FILE = channel channel filterType
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
@ -546,6 +546,9 @@ PLUGIN_FILES += $(wildcard ChowDSP/src/*/*.cpp)
|
|||
PLUGIN_FILES += $(wildcard ChowDSP/src/*/*/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard ChowDSP/lib/r8lib/*.cpp)
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
CHOWDSP_CUSTOM = sign
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# CatroModulo
|
||||
|
||||
|
@ -824,6 +827,9 @@ PARABLE_CUSTOM = Clouds CustomPanel CloudsWidget FreezeLight clouds stmlib
|
|||
|
||||
PLUGIN_FILES += $(filter-out PathSet/src/plugin.cpp,$(wildcard PathSet/src/*.cpp))
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
PATHSET_CUSTOM = PitchShifter
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# PinkTrombone
|
||||
|
||||
|
@ -872,7 +878,7 @@ PLUGIN_FILES += $(filter-out stocaudio/src/plugin.cpp,$(wildcard stocaudio/src/*
|
|||
PLUGIN_FILES += $(filter-out unless_modules/src/unless.cpp,$(wildcard unless_modules/src/*.cpp))
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
UNLESS_MODULES_CUSTOM = Selection
|
||||
UNLESS_MODULES_CUSTOM = Selection sign
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# ValleyAudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue