Brian Ahr's patch to fix #1320
Fix auto-play behaviour after stopping a (seamless) loop. git-svn-id: svn://localhost/ardour2/trunk@1141 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -125,7 +125,7 @@ Session::request_play_loop (bool yn)
|
||||
if (!yn && Config->get_seamless_loop() && transport_rolling()) {
|
||||
// request an immediate locate to refresh the diskstreams
|
||||
// after disabling looping
|
||||
request_locate (_transport_frame-1, true);
|
||||
request_locate (_transport_frame-1, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user