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:
parent
ff2fac11a0
commit
3b250c5475
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user