mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix genererally retarded and broken note range / diskstream display / etc. related things (correctly display region contents on initial session load).
git-svn-id: svn://localhost/ardour2/branches/3.0@4583 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ecaf107ed3
commit
166395c96b
16 changed files with 153 additions and 137 deletions
|
|
@ -93,6 +93,7 @@ public:
|
|||
void get_selectables (nframes_t start, nframes_t end, list<Selectable* >&);
|
||||
void get_inverted_selectables (Selection&, list<Selectable* >& results);
|
||||
|
||||
virtual void update_contents_metrics(boost::shared_ptr<ARDOUR::Region> r) {}
|
||||
void add_region_view (boost::shared_ptr<ARDOUR::Region>);
|
||||
void region_layered (RegionView*);
|
||||
virtual void update_contents_height ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue