Add Extratone modules
This commit is contained in:
parent
7c6fc28a0d
commit
c1409a4633
6 changed files with 47 additions and 0 deletions
|
@ -409,6 +409,11 @@ DRUMKIT_CUSTOM = ADSR Envelope LowFrequencyOscillator
|
|||
|
||||
PLUGIN_FILES += ESeries/src/E340.cpp
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Extratone
|
||||
|
||||
PLUGIN_FILES += $(filter-out Extratone/src/plugin.cpp,$(wildcard Extratone/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# FehlerFabrik
|
||||
|
||||
|
@ -984,6 +989,13 @@ $(BUILD_DIR)/ESeries/%.cpp.o: ESeries/%.cpp
|
|||
$(foreach m,$(ESERIES_CUSTOM),$(call custom_module_names,$(m),ESeries)) \
|
||||
-DpluginInstance=pluginInstance__ESeries
|
||||
|
||||
$(BUILD_DIR)/Extratone/src/%.cpp.o: Extratone/src/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(EXTRATONE_CUSTOM),$(call custom_module_names,$(m),Extratone)) \
|
||||
-DpluginInstance=pluginInstance__Extratone
|
||||
|
||||
$(BUILD_DIR)/FehlerFabrik/%.cpp.o: FehlerFabrik/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue