note range for midi * views API cleanup

This commit is contained in:
Paul Davis 2024-02-09 13:03:24 -07:00
parent 9d8ddd814c
commit 7899829a5e
8 changed files with 19 additions and 16 deletions

View file

@ -693,3 +693,9 @@ MidiRegionView::select_self_uniquely ()
{
_editing_context.set_selected_midi_region_view (*this);
}
void
MidiRegionView::set_visibility_note_range (MidiViewBackground::VisibleNoteRange vnr, bool from_selection)
{
dynamic_cast<MidiTimeAxisView*>(&trackview)->set_visibility_note_range (vnr, from_selection);
}