mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
when clip recording, we are always monitoring input regardless of timeline rec modes
This commit is contained in:
parent
561dde4d3a
commit
ee4b68fc80
1 changed files with 1 additions and 1 deletions
|
|
@ -6225,7 +6225,7 @@ Route::monitoring_state () const
|
|||
|
||||
if (clip_rec) {
|
||||
/* actively recording into a slot */
|
||||
return get_input_monitoring_state (true, auto_input_does_talkback) & auto_monitor_mask;
|
||||
return MonitoringInput;
|
||||
}
|
||||
|
||||
if (!roll) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue