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:
Paul Davis 2024-01-08 14:35:15 -07:00
parent a550b6482f
commit e24d1d069d
10 changed files with 160 additions and 9 deletions

View file

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