Browse Source

Fix finding presets

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
97f5192dd4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      dpf
  3. +1
    -1
      plugins/ProM/DistrhoUIProM.cpp
  4. +1
    -1
      plugins/ProM/Makefile
  5. +1
    -1
      plugins/ProM/projectM

+ 1
- 1
README.md View File

@@ -1,7 +1,7 @@
# DISTRHO ProM

[projectM](http://projectm.sourceforge.net/) is an awesome music visualizer.<br/>
DISTRHO ProM makes it work as an audio plugin (LV2 and VST).<br/>
DISTRHO ProM makes it work as an audio plugin (LV2 and VST2).<br/>

## Screenshot (in jalv.gtk)
![ProM](https://raw.githubusercontent.com/DISTRHO/prom/master/plugins/ProM/Screenshot.png "ProM")<br/>

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 7ddda017a03653d13e8fe13fa94a9eae626b2c86
Subproject commit b9f36d2300111b1e0b500cb2777d58599ac17ce1

+ 1
- 1
plugins/ProM/DistrhoUIProM.cpp View File

@@ -68,10 +68,10 @@ static String getCurrentExecutableDataDir()
}
else
# endif
#endif
{
datadir += "/resources";
}
#endif

return datadir;
}


+ 1
- 1
plugins/ProM/Makefile View File

@@ -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),)


+ 1
- 1
plugins/ProM/projectM

@@ -1 +1 @@
Subproject commit a9be845e2dc901a56c6583cce8adf154f676405c
Subproject commit 7dd3c7020ea3dd5ce39027008e1cb40c551c8890

Loading…
Cancel
Save