mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
no-compilable steps towards MidiView
This commit is contained in:
parent
204d4237f8
commit
e67e6aa363
4 changed files with 5410 additions and 4 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue