mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Committed underlay support (from Audun).
git-svn-id: svn://localhost/ardour2/branches/3.0@3037 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e76b028ffd
commit
1b65758557
34 changed files with 852 additions and 192 deletions
|
|
@ -67,6 +67,7 @@ class MidiStreamView : public StreamView
|
|||
};
|
||||
|
||||
Gtk::Adjustment note_range_adjustment;
|
||||
ArdourCanvas::Group* midi_underlay_group;
|
||||
|
||||
VisibleNoteRange note_range() { return _range; }
|
||||
void set_note_range(VisibleNoteRange r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue