mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix up selection of automation points.
git-svn-id: svn://localhost/ardour2/branches/3.0@7556 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c333b19422
commit
c06c6c153d
17 changed files with 63 additions and 45 deletions
|
|
@ -276,6 +276,10 @@ AutomationStreamView::clear ()
|
|||
|
||||
/** @param start Start position in session frames.
|
||||
* @param end End position in session frames.
|
||||
* @param bot Bottom position expressed as a fraction of track height where 0 is the bottom of the track.
|
||||
* @param top Top position expressed as a fraction of track height where 0 is the bottom of the track.
|
||||
* NOTE: this y system is different to that for the StreamView method that this overrides, which is a little
|
||||
* confusing.
|
||||
*/
|
||||
void
|
||||
AutomationStreamView::get_selectables (framepos_t start, framepos_t end, double botfrac, double topfrac, list<Selectable*>& results)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue