summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-18 20:01:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-18 20:01:37 +0000
commit57e1358fb2d8a8ab51b4996808e0eaa41492fb9e (patch)
treeb186bc07e6581dc6b96d1e805aee670ce99570c6 /libs/ardour/ladspa_plugin.cc
parentdd4565801be7daea2ffc7043de0cb70a247545b2 (diff)
add "custom" meter option which is the only option where the meter processor is visible in the UI; hide main outs always
git-svn-id: svn://localhost/ardour2/branches/3.0@6126 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index 6e2acfbe09..a242a76c31 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -393,9 +393,6 @@ LadspaPlugin::set_state (const XMLNode& node, int version)
uint32_t port_id;
LocaleGuard lg (X_("POSIX"));
- cout << "LADSPA Plugin set state " << version << "\n";
- cout << "- node " << node.name() << "\n";
-
if (node.name() != state_node_name()) {
error << _("Bad node sent to LadspaPlugin::set_state") << endmsg;
return -1;
@@ -441,9 +438,6 @@ LadspaPlugin::set_state_2X (const XMLNode& node, int version)
uint32_t port_id;
LocaleGuard lg (X_("POSIX"));
- cout << "LADSPA Plugin set state " << version << "\n";
- cout << "- node " << node.name() << "\n";
-
if (node.name() != state_node_name()) {
error << _("Bad node sent to LadspaPlugin::set_state") << endmsg;
return -1;