@@ -595,6 +595,7 @@ BISET_CUSTOM = Blank ButtonTrigger Clock Tree TreeDisplay
595
595
PLUGIN_FILES += $(filter-out BogaudioModules/src/bogaudio.cpp,$(wildcard BogaudioModules/src/* .cpp) )
596
596
PLUGIN_FILES += $(wildcard BogaudioModules/src/dsp/* .cpp)
597
597
PLUGIN_FILES += $(wildcard BogaudioModules/src/dsp/filters/* .cpp)
598
+ PLUGIN_FILES += BogaudioModules-helper/BogaudioModules-helper.cpp
598
599
599
600
MINIPLUGIN_FILES += BogaudioModules/src/AD.cpp
600
601
MINIPLUGIN_FILES += BogaudioModules/src/LFO.cpp
@@ -634,7 +635,7 @@ MINIPLUGIN_FILES += BogaudioModules/src/dsp/filters/resample.cpp
634
635
635
636
# modules/types which are present in other plugins
636
637
BOGAUDIO_CUSTOM = ADSR BlueNoiseGenerator LFO Noise VCA VCO VCF
637
- BOGAUDIO_CUSTOM_PER_FILE = ARQuantity AttackMenuItem ReleaseMenuItem
638
+ BOGAUDIO_CUSTOM_PER_FILE = ARQuantity ARSlider AttackMenuItem ReleaseMenuItem
638
639
639
640
# --------------------------------------------------------------
640
641
# ChowDSP
@@ -2265,19 +2266,7 @@ $(BUILD_DIR)/Biset/src/%.cpp.o: Biset/src/%.cpp
2265
2266
$(foreach m,$(BISET_CUSTOM ) ,$(call custom_module_names,$(m ) ,Biset) ) \
2266
2267
-DpluginInstance=pluginInstance__Biset
2267
2268
2268
- $(BUILD_DIR ) /BogaudioModules/src/follower_base.cpp.o : BogaudioModules/src/follower_base.cpp
2269
- -@mkdir -p " $( shell dirname $( BUILD_DIR) /$< ) "
2270
- @echo " Compiling $<"
2271
- $(SILENT )$(CXX ) $< $(BUILD_CXX_FLAGS ) -c -o $@ \
2272
- $(foreach m,$(BOGAUDIO_CUSTOM ) ,$(call custom_module_names,$(m ) ,Bogaudio) ) \
2273
- -DpluginInstance=pluginInstance__BogaudioModules \
2274
- -DefGainMaxDecibels=efGainMaxDecibelsDebug \
2275
- -DRACK_SIMD=1 \
2276
- -DSKIP_MINGW_FORMAT \
2277
- -IBogaudioModules/lib \
2278
- -IBogaudioModules/src/dsp
2279
-
2280
- $(BUILD_DIR ) /BogaudioModules/% .cpp.o : BogaudioModules/% .cpp
2269
+ $(BUILD_DIR ) /BogaudioModules% .cpp.o : BogaudioModules% .cpp
2281
2270
-@mkdir -p " $( shell dirname $( BUILD_DIR) /$< ) "
2282
2271
@echo " Compiling $<"
2283
2272
$(SILENT )$(CXX ) $< $(BUILD_CXX_FLAGS ) -c -o $@ \
0 commit comments