mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
all streamviews are now ViewBackgrounds
This new inheritance heirarchy lets us share (a very small piece of) code between streamviews in the Editor and the nascent piano roll object on the cue page.
This commit is contained in:
parent
a550b6482f
commit
e24d1d069d
10 changed files with 160 additions and 9 deletions
|
|
@ -104,6 +104,7 @@ private:
|
|||
|
||||
void display_region(MidiRegionView* region_view, bool load_model);
|
||||
void display_track (std::shared_ptr<ARDOUR::Track> tr);
|
||||
void update_contents_height ();
|
||||
void update_contents_metrics (std::shared_ptr<ARDOUR::Region> r);
|
||||
void color_handler ();
|
||||
void apply_note_range_to_children ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue