mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
libardour now has CoreSelection object to manage selection status of Stripables and AutomationControls
This commit is contained in:
parent
ccd19ed061
commit
0c035778e1
26 changed files with 120 additions and 71 deletions
|
|
@ -736,7 +736,7 @@ Session::midi_track_presentation_info_changed (PropertyChange const& what_change
|
|||
|
||||
boost::shared_ptr<MidiTrack> new_midi_target (mt.lock ());
|
||||
|
||||
if (new_midi_target->presentation_info().selected()) {
|
||||
if (new_midi_target->is_selected()) {
|
||||
rewire_selected_midi (new_midi_target);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue