mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Stop playhead jumping around on locate.
git-svn-id: svn://localhost/ardour2/branches/3.0@5399 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8d3df6fcb2
commit
769e2c3feb
1 changed files with 2 additions and 4 deletions
|
|
@ -644,10 +644,6 @@ Session::start_locate (nframes_t target_frame, bool with_roll, bool with_flush,
|
|||
} else {
|
||||
locate (target_frame, with_roll, with_flush, with_loop);
|
||||
}
|
||||
|
||||
/* XXX: not sure if this should be emitted here in the synced_to_jack () case;
|
||||
* perhaps it should happen when the slave is actually followed */
|
||||
Located (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
int
|
||||
|
|
@ -789,6 +785,8 @@ Session::locate (nframes_t target_frame, bool with_roll, bool with_flush, bool w
|
|||
loop_changing = false;
|
||||
|
||||
_send_smpte_update = true;
|
||||
|
||||
Located (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
/** Set the transport speed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue