mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
use region sync points correctly for grid and PH motion (i hope)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4885 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
798b0de7f5
commit
b07c772ae3
1 changed files with 2 additions and 1 deletions
|
|
@ -1571,7 +1571,8 @@ Playlist::find_next_region (nframes_t frame, RegionPoint point, int dir)
|
|||
pos = r->last_frame ();
|
||||
break;
|
||||
case SyncPoint:
|
||||
pos = r->adjust_to_sync (r->first_frame());
|
||||
pos = r->sync_position ();
|
||||
// r->adjust_to_sync (r->first_frame());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue