libs: debug output for faderport/editor mixer strip sync

This commit is contained in:
Paul Davis
2017-02-24 23:10:03 +01:00
parent 2b9525c991
commit 6fb91b1ac2
2 changed files with 11 additions and 1 deletions

View File

@@ -371,6 +371,11 @@ ControlProtocol::set_first_selected_stripable (boost::shared_ptr<Stripable> s)
{
Glib::Threads::Mutex::Lock lm (special_stripable_mutex);
_first_selected_stripable = s;
if (s) {
std::cerr << "control protocol now has first selected as " << s->name() << endl;
} else {
std::cerr << "control protocol: first selected unset\n";
}
}
void