13
0

fix type in prev. commit

This commit is contained in:
Robin Gareus 2016-11-17 14:08:26 +01:00
parent cb9f4df0ad
commit 9298ad856a

View File

@ -2427,7 +2427,7 @@ PluginInsert::set_state(const XMLNode& node, int version)
/* treat VST plugins equivalent if they have the same uniqueID
* allow to move sessions windows <> linux */
#ifdef LXVST_SUPPORT
if (plugin == 0 && (type == ARDOUR::Windows_VST || type == ARDOUR::MacVST) {
if (plugin == 0 && (type == ARDOUR::Windows_VST || type == ARDOUR::MacVST)) {
type = ARDOUR::LXVST;
plugin = find_plugin (_session, prop->value(), type);
}