mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
merge from 2.0-ongoing @ 3581
git-svn-id: svn://localhost/ardour2/branches/3.0@3711 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e4372df05b
commit
68e943265e
283 changed files with 8269 additions and 3942 deletions
|
|
@ -81,7 +81,7 @@ class MidiStreamView : public StreamView
|
|||
void redisplay_diskstream ();
|
||||
|
||||
inline double contents_height() const
|
||||
{ return (_trackview.height - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 2); }
|
||||
{ return (_trackview.current_height() - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 2); }
|
||||
|
||||
inline double note_to_y(uint8_t note) const
|
||||
{ return contents_height()
|
||||
|
|
@ -105,7 +105,7 @@ class MidiStreamView : public StreamView
|
|||
void rec_data_range_ready (jack_nframes_t start, jack_nframes_t dur, boost::weak_ptr<ARDOUR::Source> src);
|
||||
void update_rec_regions (boost::shared_ptr<ARDOUR::MidiModel> data, jack_nframes_t start, jack_nframes_t dur);
|
||||
|
||||
RegionView* add_region_view_internal (boost::shared_ptr<ARDOUR::Region>, bool wait_for_waves);
|
||||
RegionView* add_region_view_internal (boost::shared_ptr<ARDOUR::Region>, bool wait_for_waves, bool recording = false);
|
||||
void display_region(MidiRegionView* region_view, bool load_model);
|
||||
void display_diskstream (boost::shared_ptr<ARDOUR::Diskstream> ds);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue