Tweak transmission of MMC on locate. Should fix #3121.

git-svn-id: svn://localhost/ardour2/branches/3.0@7314 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-06-28 17:25:40 +00:00
parent cd1aaff197
commit 89b686f937
4 changed files with 8 additions and 4 deletions

View file

@ -224,6 +224,6 @@ Session::finalize_audio_export ()
if (post_export_sync) {
config.set_external_sync (true);
} else {
locate (post_export_position, false, false, false);
locate (post_export_position, false, false, false, false, false);
}
}