mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
cd1aaff197
commit
89b686f937
4 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue