mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Allow forcing cue-monitoring
This commit is contained in:
parent
7f9dae0078
commit
dfffec9b58
1 changed files with 3 additions and 0 deletions
|
|
@ -6222,7 +6222,10 @@ Route::monitoring_state () const
|
|||
case MonitorInput:
|
||||
return MonitoringInput;
|
||||
break;
|
||||
case MonitorCue:
|
||||
return MonitoringCue;
|
||||
default:
|
||||
/* MonitorAuto */
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue