@@ -393,14 +393,6 @@ PLUGIN_FILES += AS/freeverb/revmodel.cpp
393393AS_CUSTOM = ADSR BpmDisplayWidget LabelDisplayWidget LedLight LowFrequencyOscillator SigDisplayWidget VCA WaveShaper YellowRedLight allpass comb revmodel
394394AS_CUSTOM_PER_FILE = NumberDisplayWidget
395395
396- # --------------------------------------------------------------
397- # dBiz
398-
399- PLUGIN_FILES += $(filter-out dBiz/src/plugin.cpp,$(wildcard dBiz/src/* .cpp) )
400-
401- # modules/types which are present in other plugins
402- DBIZ_CUSTOM = Chord DarkDefaultItem Divider OrangeLight VCA4 darkPanelID lightPanelID
403-
404396# --------------------------------------------------------------
405397# AudibleInstruments
406398
@@ -581,6 +573,15 @@ PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp))
581573# modules/types which are present in other plugins
582574CF_CUSTOM = $(DRWAV )
583575
576+ # --------------------------------------------------------------
577+ # dBiz
578+
579+ PLUGIN_FILES += $(filter-out dBiz/src/plugin.cpp,$(wildcard dBiz/src/* .cpp) )
580+
581+ # modules/types which are present in other plugins
582+ DBIZ_CUSTOM = Chord DarkDefaultItem Divider FourSeq FourSeqWidget OrangeLight VCA4 Wavefolder darkPanelID lightPanelID
583+ DBIZ_CUSTOM_PER_FILE = MultiFilter Oscillator calcOutput sineOsc subBank
584+
584585# --------------------------------------------------------------
585586# DrumKit
586587
@@ -1512,7 +1513,6 @@ $(BUILD_DIR)/Autinn/%.cpp.o: Autinn/%.cpp
15121513 -DpluginInstance=pluginInstance__Autinn \
15131514 -Dinit=init__Autinn
15141515
1515-
15161516$(BUILD_DIR ) /Axioma/% .cpp.o : Axioma/% .cpp
15171517 -@mkdir -p " $( shell dirname $( BUILD_DIR) /$< ) "
15181518 @echo " Compiling $<"
@@ -1609,6 +1609,7 @@ $(BUILD_DIR)/dBiz/src/%.cpp.o: dBiz/src/%.cpp
16091609 @echo " Compiling $<"
16101610 $(SILENT )$(CXX ) $< $(BUILD_CXX_FLAGS ) -c -o $@ \
16111611 $(foreach m,$(DBIZ_CUSTOM ) ,$(call custom_module_names,$(m ) ,dBiz) ) \
1612+ $(foreach m,$(DBIZ_CUSTOM_PER_FILE ) ,$(call custom_per_file_names,$(m ) ,dBiz_$(shell basename $* ) ) ) \
16121613 -DpluginInstance=pluginInstance__dBiz
16131614
16141615$(BUILD_DIR ) /DrumKit/% .cpp.o : DrumKit/% .cpp
0 commit comments