Remove atelier, more licensing stuff

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-10 18:34:42 +00:00
parent a34227d0ad
commit bd8b97f428
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 3 additions and 57 deletions

@ -1 +0,0 @@
Subproject commit b84dea414c3a2bac231d1c5b837c3003d60a6446

View file

@ -263,22 +263,6 @@ PLUGIN_FILES += AriaModules/src/Undular.cpp
# modules/types which are present in other plugins
ARIA_CUSTOM = Blank
# --------------------------------------------------------------
# Atelier
# PLUGIN_FILES += Atelier/src/Palette.cpp
# PLUGIN_FILES += Atelier/eurorack/stmlib/dsp/atan.cc
# PLUGIN_FILES += Atelier/eurorack/stmlib/dsp/units.cc
# PLUGIN_FILES += Atelier/eurorack/stmlib/utils/random.cc
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/*.cc)
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/engine/*.cc)
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/speech/*.cc)
# PLUGIN_FILES += $(wildcard Atelier/eurorack/plaits/dsp/physical_modelling/*.cc)
# PLUGIN_FILES += Atelier/eurorack/plaits/resources.cc
#
# # modules/types which are present in other plugins
# ATELIER_CUSTOM = plaits stmlib
# --------------------------------------------------------------
# AudibleInstruments
@ -1067,17 +1051,6 @@ $(BUILD_DIR)/AriaModules/%.cpp.o: AriaModules/%.cpp
-DpluginInstance=pluginInstance__Aria \
-Wno-cast-function-type
$(BUILD_DIR)/Atelier/%.o: Atelier/%
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(foreach m,$(ATELIER_CUSTOM),$(call custom_module_names,$(m),Atelier)) \
-DpluginInstance=pluginInstance__Atelier \
-DTEST \
-IAtelier/eurorack \
-Wno-sign-compare \
-Wno-unused-local-typedefs
$(BUILD_DIR)/AudibleInstruments/%.o: AudibleInstruments/%
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"

View file

@ -60,11 +60,6 @@ extern Model* modelUndular;
extern Model* modelBlank;
#undef modelBlank
// Atelier
/*
#include "Atelier/src/plugin.hpp"
*/
// AudibleInstruments
#include "AudibleInstruments/src/plugin.hpp"