mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
enabling record (either tentative for punch or fully enabled) cancels play loop mode
This commit is contained in:
parent
b703913a27
commit
6c82b38616
1 changed files with 5 additions and 0 deletions
|
|
@ -1638,6 +1638,11 @@ Session::maybe_enable_record ()
|
|||
|
||||
save_state ("", true);
|
||||
|
||||
if (Config->get_loop_is_mode()) {
|
||||
/* makes no sense to use loop play as mode when recording */
|
||||
request_play_loop (false);
|
||||
}
|
||||
|
||||
if (_transport_speed) {
|
||||
if (!config.get_punch_in()) {
|
||||
enable_record ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue