|
|
@@ -429,6 +429,7 @@ bool CarlaEngine::addPlugin(const BinaryType btype, const PluginType ptype, |
|
|
|
if (std::strcmp(label, "http://factorial.hu/plugins/lv2/ir") == 0) |
|
|
|
preferBridges = true; |
|
|
|
} |
|
|
|
#if 0 |
|
|
|
else if (ptype == PLUGIN_VST2) |
|
|
|
{ |
|
|
|
/* |
|
|
@@ -498,6 +499,7 @@ bool CarlaEngine::addPlugin(const BinaryType btype, const PluginType ptype, |
|
|
|
else if (uniqueId == 1397573722 && std::strstr(filename, "/ZebraHZ.") != nullptr) |
|
|
|
preferBridges = true; |
|
|
|
} |
|
|
|
#endif |
|
|
|
// FIXME: linuxsampler inside carla-rack/patchbay plugin has some issues (only last kit makes noise) |
|
|
|
else if (getType() == kEngineTypePlugin && (ptype == PLUGIN_GIG || ptype == PLUGIN_SFZ)) |
|
|
|
{ |
|
|
|