Browse Source

Add ZebraHZ to the list of u-he workarounds

tags/1.9.7
falkTX 8 years ago
parent
commit
a248ce0d45
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/engine/CarlaEngine.cpp

+ 2
- 0
source/backend/engine/CarlaEngine.cpp View File

@@ -490,6 +490,8 @@ bool CarlaEngine::addPlugin(const BinaryType btype, const PluginType ptype,
preferBridges = true;
else if (uniqueId == 1397578034 && std::strstr(filename, "/Zebra2.") != nullptr)
preferBridges = true;
else if (uniqueId == 1397573722 && std::strstr(filename, "/ZebraHZ.") != nullptr)
preferBridges = true;
}
// 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))


Loading…
Cancel
Save