diff --git a/Makefile b/Makefile index a91c0c6..b258b0f 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,7 @@ PREGEN = $(PLUGINS:%=%/plugin/source) all: build build: pregen - $(foreach p, $(PLUGINS), $(MAKE) -C $(p);) - mkdir bin - $(foreach p, $(PLUGINS), mv $(p)/bin/* bin/;) + $(foreach p, $(PLUGINS), $(MAKE) -C $(p) DPF_BUILD_DIR=$(CURDIR)/build DPF_TARGET_DIR=$(CURDIR)/bin;) pregen: $(PREGEN) diff --git a/dep/dpf b/dep/dpf index 73d3c23..9be7be4 160000 --- a/dep/dpf +++ b/dep/dpf @@ -1 +1 @@ -Subproject commit 73d3c231a9e6a772e1e401384c05dc94167944df +Subproject commit 9be7be4834143596d98f31be63c823bb60023a0b diff --git a/override/HeavyDPF_WSTD_MSEQ_UI.cpp b/override/HeavyDPF_WSTD_MSEQ_UI.cpp index d1e6061..2a83ce5 100644 --- a/override/HeavyDPF_WSTD_MSEQ_UI.cpp +++ b/override/HeavyDPF_WSTD_MSEQ_UI.cpp @@ -45,7 +45,6 @@ class ImGuiPluginUI : public UI The UI should be initialized to a default state that matches the plugin side. */ ImGuiPluginUI() - : UI(DISTRHO_UI_DEFAULT_WIDTH, DISTRHO_UI_DEFAULT_HEIGHT) { setGeometryConstraints(DISTRHO_UI_DEFAULT_WIDTH, DISTRHO_UI_DEFAULT_HEIGHT, true);