more vst parameter related stuff
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Aug 2012 17:09:05 +0000 (17:09 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Aug 2012 17:09:05 +0000 (17:09 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13120 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/vst_plugin.cc

index 7bcbcd50393c8f963c762d080d3b8053a50d414a..d3bcc6ecdd244b3c037c5f57e0a4872ef6e62fa2 100644 (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);
 }