mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Revert "libs: debug output for faderport/editor mixer strip sync"
This reverts commit 6fb91b1ac2.
This commit is contained in:
parent
123fcf3cff
commit
f1e6cc50b0
2 changed files with 1 additions and 11 deletions
|
|
@ -371,11 +371,6 @@ ControlProtocol::set_first_selected_stripable (boost::shared_ptr<Stripable> s)
|
||||||
{
|
{
|
||||||
Glib::Threads::Mutex::Lock lm (special_stripable_mutex);
|
Glib::Threads::Mutex::Lock lm (special_stripable_mutex);
|
||||||
_first_selected_stripable = s;
|
_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
|
void
|
||||||
|
|
|
||||||
|
|
@ -1115,12 +1115,7 @@ FaderPort::Button::get_state () const
|
||||||
void
|
void
|
||||||
FaderPort::gui_track_selection_changed (StripableNotificationListPtr stripables)
|
FaderPort::gui_track_selection_changed (StripableNotificationListPtr stripables)
|
||||||
{
|
{
|
||||||
boost::shared_ptr<Stripable> s = ControlProtocol::first_selected_stripable();
|
set_current_stripable (ControlProtocol::first_selected_stripable());
|
||||||
cerr << "Faderport: GUI track selection changed, first = "
|
|
||||||
<< (s ? s->name() : " --none-- ")
|
|
||||||
<< endl;
|
|
||||||
|
|
||||||
set_current_stripable (s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue