no-compilable steps towards MidiView

This commit is contained in:
Paul Davis 2023-11-26 09:11:04 -07:00
parent 204d4237f8
commit e67e6aa363
4 changed files with 5410 additions and 4 deletions

View file

@ -101,15 +101,12 @@ private:
void display_region(MidiRegionView* region_view, bool load_model);
void display_track (std::shared_ptr<ARDOUR::Track> tr);
void update_contents_metrics (std::shared_ptr<ARDOUR::Region> r);
void color_handler ();
void apply_note_range_to_children ();
/** true if updates to the note lines and regions are currently suspended */
bool _updates_suspended;
bool _updates_suspended;
};
#endif /* __ardour_midi_streamview_h__ */