summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-15 20:35:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 15:23:09 -0400
commitdc0ee761d2614f9cb2fefa1bc8ba2148758e499e (patch)
treeaee2bd1adb32b5ddf3e28c55989892b8c59a1563 /libs/ardour
parent25cbd8fb402dc236dd75e5637110c1452c84606d (diff)
more plugin state debugging
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/route.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 9d7dc8792b..d48fbeff96 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2559,12 +2559,15 @@ Route::set_processor_state (const XMLNode& node)
}
if (boost::dynamic_pointer_cast<PluginInsert>(processor)) {
+ cerr << "Working on plugin processor state for " << processor->name() << endl;
#ifndef NO_PLUGIN_STATE
+ cerr << "plugin state allowed\n";
if (processor->set_state (**niter, Stateful::current_state_version) != 0) {
/* This processor could not be configured. Turn it into a UnknownProcessor */
processor.reset (new UnknownProcessor (_session, **niter));
}
#else
+ cerr << "plugin state dis-allowed\n";
/* plugin, with NO_PLUGIN_STATE defined
* =>::set_state() not allowed. Do not
* display a message here - things will