Browse Source

Ignore a few more old settings, from < beta6

tags/v2.1-alpha1-winvst
falkTX 7 years ago
parent
commit
cc9b69dd9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngine.cpp

+ 1
- 1
source/backend/engine/CarlaEngine.cpp View File

@@ -2057,7 +2057,7 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc)
if (option == -1)
{
// check old stuff, unhandled now
if (tag == "GIG_PATH")
if (tag == "AU_PATH" || tag == "VST3_PATH" || tag == "GIG_PATH")
continue;

// hmm something is wrong..


Loading…
Cancel
Save