mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
use Session::request_locate() fully, to avoid 2nd session transport request
This commit is contained in:
parent
12aeeade3c
commit
e684fb4eaf
1 changed files with 2 additions and 3 deletions
|
|
@ -541,11 +541,10 @@ CueEditor::bang_button_press (GdkEventButton* ev)
|
|||
bool
|
||||
CueEditor::play_button_press (GdkEventButton* ev)
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
// EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
if (_session && _region) {
|
||||
_session->request_locate (_region->position().samples());
|
||||
_session->request_roll ();
|
||||
_session->request_locate (_region->position().samples(), true, MustRoll);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue