13
0

MonitorCue = In + Disk (fixes CC121 + push2 display)

This commit is contained in:
Robin Gareus 2018-07-12 21:41:34 +02:00
parent da55214f8f
commit 6bb8f1e7de

View File

@ -431,7 +431,7 @@ namespace ARDOUR {
MonitorAuto = 0,
MonitorInput = 0x1,
MonitorDisk = 0x2,
MonitorCue = 0x4,
MonitorCue = 0x3,
};
enum MonitorState {