mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 11:55:58 +01:00
more VST parameter debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@13115 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5ffce5b8c9
commit
f19e7bd238
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ VSTPlugin::set_parameter (uint32_t which, float val)
|
|||
{
|
||||
float v = get_parameter (which);
|
||||
|
||||
cerr << name() << " setting parameter #" << which << " to " << val << " current " << v << " == ? " << (v == val) << endl;
|
||||
cerr << name() << " setting parameter #" << which << " to " << val << " current " << v << " == ? " << (v == val) << " delta " << std::setprecision(15) << (v - val) << endl;
|
||||
|
||||
if (get_parameter (which) == val) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue