Fix windows build, cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0dce76052e
commit
2ccdd992bc
4 changed files with 20 additions and 46 deletions
|
|
@ -24,7 +24,7 @@ PLUGIN_FILES = plugins.cpp
|
|||
PLUGIN_FILES += $(filter-out AmalgamatedHarmonics/src/AH.cpp,$(wildcard AmalgamatedHarmonics/src/*.cpp))
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
AMALGAMATEDHARMONICS_CUSTOM = BasePinkNoiseGenerator LowFrequencyOscillator Pattern PinkNoiseGenerator RedNoiseGenerator
|
||||
AMALGAMATEDHARMONICS_CUSTOM = BasePinkNoiseGenerator EvenVCO LowFrequencyOscillator Pattern PinkNoiseGenerator RedNoiseGenerator
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# AnimatedCircuits
|
||||
|
|
@ -38,7 +38,7 @@ PLUGIN_FILES += $(filter-out AS/src/AS.cpp,$(wildcard AS/src/*.cpp))
|
|||
PLUGIN_FILES += AS/freeverb/revmodel.cpp
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
AS_CUSTOM = ADSR LabelDisplayWidget LowFrequencyOscillator Param VCA allpass comb revmodel
|
||||
AS_CUSTOM = ADSR LabelDisplayWidget LowFrequencyOscillator VCA allpass comb revmodel
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# AudibleInstruments
|
||||
|
|
@ -145,9 +145,6 @@ PLUGIN_FILES += AudibleInstruments/eurorack/streams/compressor.cc
|
|||
PLUGIN_FILES += $(filter-out Befaco/src/plugin.cpp,$(wildcard Befaco/src/*.cpp))
|
||||
PLUGIN_BINARIES += Befaco/src/SpringReverbIR.pcm
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
BEFACO_CUSTOM = EvenVCO
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Bidoo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue