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:
Sampo Savolainen
2006-11-18 23:57:33 +00:00
parent c15da85151
commit aa0fee1e8d

View File

@@ -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);
}
}