Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
487B

  1. --- linuxsampler-static-1.0.0+svn2497.orig/src/effects/LadspaEffect.cpp
  2. +++ linuxsampler-static-1.0.0+svn2497/src/effects/LadspaEffect.cpp
  3. @@ -374,6 +374,7 @@ static String defaultLadspaDir() {
  4. std::vector<EffectInfo*> LadspaEffect::AvailableEffects() {
  5. std::vector<EffectInfo*> v; // will be filled in callback function _foundLadspaDll()
  6. + return v;
  7. char* pcLadspaPath = getenv("LADSPA_PATH");
  8. String ladspaDir = pcLadspaPath ? pcLadspaPath : defaultLadspaDir();