mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
try to make sure faderport shows the same strip as the editor mixer strip
This commit is contained in:
parent
74548604be
commit
2b9525c991
1 changed files with 1 additions and 7 deletions
|
|
@ -1115,13 +1115,7 @@ FaderPort::Button::get_state () const
|
|||
void
|
||||
FaderPort::gui_track_selection_changed (StripableNotificationListPtr stripables)
|
||||
{
|
||||
boost::shared_ptr<Stripable> r;
|
||||
|
||||
if (!stripables->empty()) {
|
||||
r = stripables->front().lock();
|
||||
}
|
||||
|
||||
set_current_stripable (r);
|
||||
set_current_stripable (ControlProtocol::first_selected_stripable());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue