From 97f5192dd494d299cf6b2827dae35eee7a04fb9b Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 30 Aug 2021 13:29:23 +0100 Subject: [PATCH] Fix finding presets Signed-off-by: falkTX --- README.md | 2 +- dpf | 2 +- plugins/ProM/DistrhoUIProM.cpp | 2 +- plugins/ProM/Makefile | 2 +- plugins/ProM/projectM | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index deca7a3..35040a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DISTRHO ProM [projectM](http://projectm.sourceforge.net/) is an awesome music visualizer.
-DISTRHO ProM makes it work as an audio plugin (LV2 and VST).
+DISTRHO ProM makes it work as an audio plugin (LV2 and VST2).
## Screenshot (in jalv.gtk) ![ProM](https://raw.githubusercontent.com/DISTRHO/prom/master/plugins/ProM/Screenshot.png "ProM")
diff --git a/dpf b/dpf index 7ddda01..b9f36d2 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 7ddda017a03653d13e8fe13fa94a9eae626b2c86 +Subproject commit b9f36d2300111b1e0b500cb2777d58599ac17ce1 diff --git a/plugins/ProM/DistrhoUIProM.cpp b/plugins/ProM/DistrhoUIProM.cpp index d4aeab5..0993694 100644 --- a/plugins/ProM/DistrhoUIProM.cpp +++ b/plugins/ProM/DistrhoUIProM.cpp @@ -68,10 +68,10 @@ static String getCurrentExecutableDataDir() } else # endif +#endif { datadir += "/resources"; } -#endif return datadir; } diff --git a/plugins/ProM/Makefile b/plugins/ProM/Makefile index c3895fa..490341d 100644 --- a/plugins/ProM/Makefile +++ b/plugins/ProM/Makefile @@ -170,7 +170,7 @@ BASE_FLAGS += -Wno-cast-function-type BASE_FLAGS += -Wno-unknown-pragmas else BASE_FLAGS += -Wno-unused-function -endif # WIN32 +endif # WINDOWS # openmp (optional) ifeq ($(DISABLE_OPENMP),) diff --git a/plugins/ProM/projectM b/plugins/ProM/projectM index a9be845..7dd3c70 160000 --- a/plugins/ProM/projectM +++ b/plugins/ProM/projectM @@ -1 +1 @@ -Subproject commit a9be845e2dc901a56c6583cce8adf154f676405c +Subproject commit 7dd3c7020ea3dd5ce39027008e1cb40c551c8890