Fix new conflicts when updated voxglitch
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7b0504c16b
commit
2b1ee87a13
1 changed files with 5 additions and 5 deletions
|
@ -537,7 +537,7 @@ PLUGIN_FILES += $(filter-out Extratone/src/plugin.cpp,$(wildcard Extratone/src/*
|
||||||
PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp))
|
PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp))
|
||||||
|
|
||||||
# modules/types which are present in other plugins
|
# modules/types which are present in other plugins
|
||||||
FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter
|
FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter SimpleDelay
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# forsitan modulare
|
# forsitan modulare
|
||||||
|
@ -891,15 +891,15 @@ VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob
|
||||||
|
|
||||||
PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp))
|
PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp))
|
||||||
|
|
||||||
|
# modules/types which are present in other plugins
|
||||||
|
VOXGLITCH_CUSTOM = $(DRWAV) ADSR AudioFile Looper Readout
|
||||||
|
VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain SamplePlayer Sequencer SequencerDisplay VoltageSequencer
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# WhatTheRack
|
# WhatTheRack
|
||||||
|
|
||||||
PLUGIN_FILES += $(filter-out WhatTheRack/src/WhatTheRack.cpp,$(wildcard WhatTheRack/src/*.cpp))
|
PLUGIN_FILES += $(filter-out WhatTheRack/src/WhatTheRack.cpp,$(wildcard WhatTheRack/src/*.cpp))
|
||||||
|
|
||||||
# modules/types which are present in other plugins
|
|
||||||
VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout
|
|
||||||
VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain SamplePlayer Sequencer SequencerDisplay VoltageSequencer
|
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# ZetaCarinaeModules
|
# ZetaCarinaeModules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue