Change the feedback alert to a flashing button; works
[ardour.git] / libs / ardour / ardour / types.h
index e2daf1a76c3d413ce8e617730b7b647aeb84fbd2..417a9ed54d5f197edfbaa1c031e2bd671b7988ef 100644 (file)
@@ -365,6 +365,12 @@ namespace ARDOUR {
                MonitorCue = 0x4,
        };
 
+       enum MonitorState {
+               MonitoringSilence = 0x1,
+               MonitoringInput = 0x2,
+               MonitoringDisk = 0x4,
+       };
+
        enum PFLPosition {
                /** PFL signals come from before pre-fader processors */
                PFLFromBeforeProcessors,