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:
David Robillard 2008-02-10 18:16:25 +00:00
parent e76b028ffd
commit 1b65758557
34 changed files with 852 additions and 192 deletions

View file

@ -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);