mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Correction to varispeed fixes.
git-svn-id: svn://localhost/trunk/ardour2@104 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cdc2d055f1
commit
46cbbae4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1038,7 +1038,7 @@ AudioTimeAxisView::get_selectables (jack_nframes_t start, jack_nframes_t end, do
|
|||
}
|
||||
|
||||
jack_nframes_t start_adjusted = session_frame_to_track_frame(start, speed);
|
||||
jack_nframes_t end_adjusted = session_frame_to_track_frame(start, speed);
|
||||
jack_nframes_t end_adjusted = session_frame_to_track_frame(end, speed);
|
||||
|
||||
if (view && touched (top, bot)) {
|
||||
view->get_selectables (start_adjusted, end_adjusted, results);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue