diff --git a/source/native-plugins/external/Makefile b/source/native-plugins/external/Makefile index aaa4c7d5b..8da8b236a 100644 --- a/source/native-plugins/external/Makefile +++ b/source/native-plugins/external/Makefile @@ -98,44 +98,44 @@ external/zynaddsubfx/UI/%.h: external/zynaddsubfx/UI/%.fl $(OBJDIR)/distrho-3bandeq.cpp.o: external/distrho-3bandeq.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=d3BandEQ -Idistrho-3bandeq -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=d3BandEQ -Iexternal/distrho-3bandeq -c -o $@ $(OBJDIR)/distrho-3bandsplitter.cpp.o: external/distrho-3bandsplitter.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=d3BandSplitter -Idistrho-3bandsplitter -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=d3BandSplitter -Iexternal/distrho-3bandsplitter -c -o $@ $(OBJDIR)/distrho-kars.cpp.o: external/distrho-kars.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dKars -Idistrho-kars -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dKars -Iexternal/distrho-kars -c -o $@ $(OBJDIR)/distrho-nekobi.cpp.o: external/distrho-nekobi.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dNekobi -Idistrho-nekobi -w -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dNekobi -Iexternal/distrho-nekobi -w -c -o $@ $(OBJDIR)/distrho-pingpongpan.cpp.o: external/distrho-pingpongpan.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dPingPongPan -Idistrho-pingpongpan -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dPingPongPan -Iexternal/distrho-pingpongpan -c -o $@ $(OBJDIR)/distrho-prom.cpp.o: external/distrho-prom.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) $(PROJECTM_FLAGS) -DDISTRHO_NAMESPACE=dProM -Idistrho-prom -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) $(PROJECTM_FLAGS) -DDISTRHO_NAMESPACE=dProM -Iexternal/distrho-prom -c -o $@ # --------------------------------------------------------------------------------------------------------------------- $(OBJDIR)/distrho-vectorjuice.cpp.o: external/distrho-vectorjuice.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dVectorJuice -Idistrho-vectorjuice -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dVectorJuice -Iexternal/distrho-vectorjuice -c -o $@ $(OBJDIR)/distrho-wobblejuice.cpp.o: external/distrho-wobblejuice.cpp -@mkdir -p $(OBJDIR) @echo "Compiling $<" - @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dWobbleJuice -Idistrho-wobblejuice -c -o $@ + @$(CXX) $< $(BUILD_CXX_FLAGS) $(DPF_FLAGS) -DDISTRHO_NAMESPACE=dWobbleJuice -Iexternal/distrho-wobblejuice -c -o $@ # --------------------------------------------------------------------------------------------------------------------- diff --git a/source/native-plugins/distrho-3bandeq/DistrhoArtwork3BandEQ.cpp b/source/native-plugins/external/distrho-3bandeq/DistrhoArtwork3BandEQ.cpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoArtwork3BandEQ.cpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoArtwork3BandEQ.cpp diff --git a/source/native-plugins/distrho-3bandeq/DistrhoArtwork3BandEQ.hpp b/source/native-plugins/external/distrho-3bandeq/DistrhoArtwork3BandEQ.hpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoArtwork3BandEQ.hpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoArtwork3BandEQ.hpp diff --git a/source/native-plugins/distrho-3bandeq/DistrhoPlugin3BandEQ.cpp b/source/native-plugins/external/distrho-3bandeq/DistrhoPlugin3BandEQ.cpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoPlugin3BandEQ.cpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoPlugin3BandEQ.cpp diff --git a/source/native-plugins/distrho-3bandeq/DistrhoPlugin3BandEQ.hpp b/source/native-plugins/external/distrho-3bandeq/DistrhoPlugin3BandEQ.hpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoPlugin3BandEQ.hpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoPlugin3BandEQ.hpp diff --git a/source/native-plugins/distrho-3bandeq/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-3bandeq/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-3bandeq/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-3bandeq/DistrhoUI3BandEQ.cpp b/source/native-plugins/external/distrho-3bandeq/DistrhoUI3BandEQ.cpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoUI3BandEQ.cpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoUI3BandEQ.cpp diff --git a/source/native-plugins/distrho-3bandeq/DistrhoUI3BandEQ.hpp b/source/native-plugins/external/distrho-3bandeq/DistrhoUI3BandEQ.hpp similarity index 100% rename from source/native-plugins/distrho-3bandeq/DistrhoUI3BandEQ.hpp rename to source/native-plugins/external/distrho-3bandeq/DistrhoUI3BandEQ.hpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.cpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.cpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.cpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.cpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.hpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.hpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.hpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoArtwork3BandSplitter.hpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.cpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.cpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.cpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.cpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.hpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.hpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.hpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoPlugin3BandSplitter.hpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-3bandsplitter/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoUI3BandSplitter.cpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoUI3BandSplitter.cpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoUI3BandSplitter.cpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoUI3BandSplitter.cpp diff --git a/source/native-plugins/distrho-3bandsplitter/DistrhoUI3BandSplitter.hpp b/source/native-plugins/external/distrho-3bandsplitter/DistrhoUI3BandSplitter.hpp similarity index 100% rename from source/native-plugins/distrho-3bandsplitter/DistrhoUI3BandSplitter.hpp rename to source/native-plugins/external/distrho-3bandsplitter/DistrhoUI3BandSplitter.hpp diff --git a/source/native-plugins/distrho-kars/DistrhoArtworkKars.cpp b/source/native-plugins/external/distrho-kars/DistrhoArtworkKars.cpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoArtworkKars.cpp rename to source/native-plugins/external/distrho-kars/DistrhoArtworkKars.cpp diff --git a/source/native-plugins/distrho-kars/DistrhoArtworkKars.hpp b/source/native-plugins/external/distrho-kars/DistrhoArtworkKars.hpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoArtworkKars.hpp rename to source/native-plugins/external/distrho-kars/DistrhoArtworkKars.hpp diff --git a/source/native-plugins/distrho-kars/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-kars/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-kars/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-kars/DistrhoPluginKars.cpp b/source/native-plugins/external/distrho-kars/DistrhoPluginKars.cpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoPluginKars.cpp rename to source/native-plugins/external/distrho-kars/DistrhoPluginKars.cpp diff --git a/source/native-plugins/distrho-kars/DistrhoPluginKars.hpp b/source/native-plugins/external/distrho-kars/DistrhoPluginKars.hpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoPluginKars.hpp rename to source/native-plugins/external/distrho-kars/DistrhoPluginKars.hpp diff --git a/source/native-plugins/distrho-kars/DistrhoUIKars.cpp b/source/native-plugins/external/distrho-kars/DistrhoUIKars.cpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoUIKars.cpp rename to source/native-plugins/external/distrho-kars/DistrhoUIKars.cpp diff --git a/source/native-plugins/distrho-kars/DistrhoUIKars.hpp b/source/native-plugins/external/distrho-kars/DistrhoUIKars.hpp similarity index 100% rename from source/native-plugins/distrho-kars/DistrhoUIKars.hpp rename to source/native-plugins/external/distrho-kars/DistrhoUIKars.hpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoArtworkNekobi.cpp b/source/native-plugins/external/distrho-nekobi/DistrhoArtworkNekobi.cpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoArtworkNekobi.cpp rename to source/native-plugins/external/distrho-nekobi/DistrhoArtworkNekobi.cpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoArtworkNekobi.hpp b/source/native-plugins/external/distrho-nekobi/DistrhoArtworkNekobi.hpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoArtworkNekobi.hpp rename to source/native-plugins/external/distrho-nekobi/DistrhoArtworkNekobi.hpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-nekobi/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-nekobi/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-nekobi/DistrhoPluginNekobi.cpp b/source/native-plugins/external/distrho-nekobi/DistrhoPluginNekobi.cpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoPluginNekobi.cpp rename to source/native-plugins/external/distrho-nekobi/DistrhoPluginNekobi.cpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoPluginNekobi.hpp b/source/native-plugins/external/distrho-nekobi/DistrhoPluginNekobi.hpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoPluginNekobi.hpp rename to source/native-plugins/external/distrho-nekobi/DistrhoPluginNekobi.hpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoUINekobi.cpp b/source/native-plugins/external/distrho-nekobi/DistrhoUINekobi.cpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoUINekobi.cpp rename to source/native-plugins/external/distrho-nekobi/DistrhoUINekobi.cpp diff --git a/source/native-plugins/distrho-nekobi/DistrhoUINekobi.hpp b/source/native-plugins/external/distrho-nekobi/DistrhoUINekobi.hpp similarity index 100% rename from source/native-plugins/distrho-nekobi/DistrhoUINekobi.hpp rename to source/native-plugins/external/distrho-nekobi/DistrhoUINekobi.hpp diff --git a/source/native-plugins/distrho-nekobi/NekoWidget.hpp b/source/native-plugins/external/distrho-nekobi/NekoWidget.hpp similarity index 100% rename from source/native-plugins/distrho-nekobi/NekoWidget.hpp rename to source/native-plugins/external/distrho-nekobi/NekoWidget.hpp diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/minblep_tables.c b/source/native-plugins/external/distrho-nekobi/nekobee-src/minblep_tables.c similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/minblep_tables.c rename to source/native-plugins/external/distrho-nekobi/nekobee-src/minblep_tables.c diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee.h b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee.h similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee.h rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee.h diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_synth.c b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_synth.c similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_synth.c rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_synth.c diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_synth.h b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_synth.h similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_synth.h rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_synth.h diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_types.h b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_types.h similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_types.h rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_types.h diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice.c b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice.c similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice.c rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice.c diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice.h b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice.h similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice.h rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice.h diff --git a/source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice_render.c b/source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice_render.c similarity index 100% rename from source/native-plugins/distrho-nekobi/nekobee-src/nekobee_voice_render.c rename to source/native-plugins/external/distrho-nekobi/nekobee-src/nekobee_voice_render.c diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoArtworkPingPongPan.cpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoArtworkPingPongPan.cpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoArtworkPingPongPan.cpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoArtworkPingPongPan.cpp diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoArtworkPingPongPan.hpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoArtworkPingPongPan.hpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoArtworkPingPongPan.hpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoArtworkPingPongPan.hpp diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-pingpongpan/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-pingpongpan/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoPluginPingPongPan.cpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoPluginPingPongPan.cpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoPluginPingPongPan.cpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoPluginPingPongPan.cpp diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoPluginPingPongPan.hpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoPluginPingPongPan.hpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoPluginPingPongPan.hpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoPluginPingPongPan.hpp diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoUIPingPongPan.cpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoUIPingPongPan.cpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoUIPingPongPan.cpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoUIPingPongPan.cpp diff --git a/source/native-plugins/distrho-pingpongpan/DistrhoUIPingPongPan.hpp b/source/native-plugins/external/distrho-pingpongpan/DistrhoUIPingPongPan.hpp similarity index 100% rename from source/native-plugins/distrho-pingpongpan/DistrhoUIPingPongPan.hpp rename to source/native-plugins/external/distrho-pingpongpan/DistrhoUIPingPongPan.hpp diff --git a/source/native-plugins/distrho-prom/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-prom/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-prom/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-prom/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-prom/DistrhoPluginProM.cpp b/source/native-plugins/external/distrho-prom/DistrhoPluginProM.cpp similarity index 100% rename from source/native-plugins/distrho-prom/DistrhoPluginProM.cpp rename to source/native-plugins/external/distrho-prom/DistrhoPluginProM.cpp diff --git a/source/native-plugins/distrho-prom/DistrhoPluginProM.hpp b/source/native-plugins/external/distrho-prom/DistrhoPluginProM.hpp similarity index 100% rename from source/native-plugins/distrho-prom/DistrhoPluginProM.hpp rename to source/native-plugins/external/distrho-prom/DistrhoPluginProM.hpp diff --git a/source/native-plugins/distrho-prom/DistrhoUIProM.cpp b/source/native-plugins/external/distrho-prom/DistrhoUIProM.cpp similarity index 100% rename from source/native-plugins/distrho-prom/DistrhoUIProM.cpp rename to source/native-plugins/external/distrho-prom/DistrhoUIProM.cpp diff --git a/source/native-plugins/distrho-prom/DistrhoUIProM.hpp b/source/native-plugins/external/distrho-prom/DistrhoUIProM.hpp similarity index 100% rename from source/native-plugins/distrho-prom/DistrhoUIProM.hpp rename to source/native-plugins/external/distrho-prom/DistrhoUIProM.hpp diff --git a/source/native-plugins/distrho-vectorjuice/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-vectorjuice/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-vectorjuice/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-vectorjuice/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuiceArtwork.cpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuiceArtwork.cpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuiceArtwork.cpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuiceArtwork.cpp diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuiceArtwork.hpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuiceArtwork.hpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuiceArtwork.hpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuiceArtwork.hpp diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.cpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuicePlugin.cpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.cpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuicePlugin.cpp diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.hpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuicePlugin.hpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.hpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuicePlugin.hpp diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuiceUI.cpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuiceUI.cpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuiceUI.cpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuiceUI.cpp diff --git a/source/native-plugins/distrho-vectorjuice/VectorJuiceUI.hpp b/source/native-plugins/external/distrho-vectorjuice/VectorJuiceUI.hpp similarity index 100% rename from source/native-plugins/distrho-vectorjuice/VectorJuiceUI.hpp rename to source/native-plugins/external/distrho-vectorjuice/VectorJuiceUI.hpp diff --git a/source/native-plugins/distrho-wobblejuice/DistrhoPluginInfo.h b/source/native-plugins/external/distrho-wobblejuice/DistrhoPluginInfo.h similarity index 100% rename from source/native-plugins/distrho-wobblejuice/DistrhoPluginInfo.h rename to source/native-plugins/external/distrho-wobblejuice/DistrhoPluginInfo.h diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuiceArtwork.cpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuiceArtwork.cpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuiceArtwork.cpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuiceArtwork.cpp diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuiceArtwork.hpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuiceArtwork.hpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuiceArtwork.hpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuiceArtwork.hpp diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.cpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuicePlugin.cpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.cpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuicePlugin.cpp diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.hpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuicePlugin.hpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.hpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuicePlugin.hpp diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuiceUI.cpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuiceUI.cpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuiceUI.cpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuiceUI.cpp diff --git a/source/native-plugins/distrho-wobblejuice/WobbleJuiceUI.hpp b/source/native-plugins/external/distrho-wobblejuice/WobbleJuiceUI.hpp similarity index 100% rename from source/native-plugins/distrho-wobblejuice/WobbleJuiceUI.hpp rename to source/native-plugins/external/distrho-wobblejuice/WobbleJuiceUI.hpp diff --git a/source/native-plugins/distrho-wobblejuice/moogVCF.hxx b/source/native-plugins/external/distrho-wobblejuice/moogVCF.hxx similarity index 100% rename from source/native-plugins/distrho-wobblejuice/moogVCF.hxx rename to source/native-plugins/external/distrho-wobblejuice/moogVCF.hxx