13
0

more vst parameter related stuff

git-svn-id: svn://localhost/ardour2/branches/3.0@13120 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-08-09 17:09:05 +00:00
parent ff2fac11a0
commit 3b250c5475

View File

@ -114,6 +114,9 @@ VSTPlugin::set_parameter (uint32_t which, float val)
}
_plugin->setParameter (_plugin, which, val);
cerr << "\thaving set parameter to " << val << " new value is " << get_parameter (which) << endl;
Plugin::set_parameter (which, val);
}