Browse Source

Update carla and dpf

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 1 month ago
parent
commit
0044a9cca7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 2 deletions
  1. +1
    -1
      carla
  2. +1
    -1
      dpf
  3. +2
    -0
      plugins/Common/IldaeilPlugin.cpp

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 568fc96aa376bee1f779d4d288b5095e8d67ca26
Subproject commit 3a7d78c165ce3c7485a93e1901d45d5c5be4b6e1

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 47e5f3ceeccf880119be0a539f9db892dc56fbef
Subproject commit d2c82902368d8588482b2d1ff165f20f63cb842e

+ 2
- 0
plugins/Common/IldaeilPlugin.cpp View File

@@ -48,11 +48,13 @@ Mutex IldaeilBasePlugin::sPluginInfoLoadMutex;
// --------------------------------------------------------------------------------------------------------------------
#ifndef CARLA_OS_WIN
static water::String getHomePath()
{
static water::String path(water::File::getSpecialLocation(water::File::userHomeDirectory).getFullPathName());
return path;
}
#endif
static const char* getPathForLADSPA()
{


Loading…
Cancel
Save