mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Disable rec-arm on export
Previously this wasn't the case when latched-record-enable preference was enabled.
This commit is contained in:
parent
7c087839f8
commit
861417c07c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Session::pre_export ()
|
|||
realtime_stop (true, true);
|
||||
|
||||
if (get_record_enabled()) {
|
||||
disable_record (false);
|
||||
disable_record (false, true);
|
||||
}
|
||||
|
||||
unset_play_loop ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue