Add ExpertSleepers-Encoders
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3105e04f1c
commit
70039adcd6
7 changed files with 88 additions and 44 deletions
|
@ -425,6 +425,11 @@ DRUMKIT_CUSTOM = ADSR Envelope LowFrequencyOscillator
|
|||
|
||||
PLUGIN_FILES += ESeries/src/E340.cpp
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# ExpertSleepers-Encoders
|
||||
|
||||
PLUGIN_FILES += $(filter-out ExpertSleepers-Encoders/src/Encoders.cpp,$(wildcard ExpertSleepers-Encoders/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Extratone
|
||||
|
||||
|
@ -1030,6 +1035,13 @@ $(BUILD_DIR)/ESeries/%.cpp.o: ESeries/%.cpp
|
|||
$(foreach m,$(ESERIES_CUSTOM),$(call custom_module_names,$(m),ESeries)) \
|
||||
-DpluginInstance=pluginInstance__ESeries
|
||||
|
||||
$(BUILD_DIR)/ExpertSleepers-Encoders/src/%.cpp.o: ExpertSleepers-Encoders/src/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(EXPERTSLEEPERS_ENCODERS_CUSTOM),$(call custom_module_names,$(m),ExpertSleepersEncoders)) \
|
||||
-DpluginInstance=pluginInstance__ExpertSleepersEncoders
|
||||
|
||||
$(BUILD_DIR)/Extratone/src/%.cpp.o: Extratone/src/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue