From 6bb8f1e7de744d1c7867aae66a0ac5c8719f85cd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Jul 2018 21:41:34 +0200 Subject: [PATCH] MonitorCue = In + Disk (fixes CC121 + push2 display) --- libs/ardour/ardour/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index f6831c9e8a..74fe0fffd8 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -431,7 +431,7 @@ namespace ARDOUR { MonitorAuto = 0, MonitorInput = 0x1, MonitorDisk = 0x2, - MonitorCue = 0x4, + MonitorCue = 0x3, }; enum MonitorState {