mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
note range for midi * views API cleanup
This commit is contained in:
parent
9d8ddd814c
commit
7899829a5e
8 changed files with 19 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue