13
0

Try to ensure that the plugin loads its initial preset correctly. May fix #3602.

git-svn-id: svn://localhost/ardour2/branches/3.0@8356 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-29 01:18:05 +00:00
parent e794d842d6
commit 731bef6c17

View File

@ -237,7 +237,7 @@ VSTPlugin::set_state (const XMLNode& node, int version)
const XMLProperty* prop;
if ((prop = node.property ("current-program")) != 0) {
_fst->current_program = atoi (prop->value().c_str());
_fst->want_program = atoi (prop->value().c_str());
}
XMLNode* child;