Tidy up monitoring slightly so that it matches oofus' truth
[ardour.git] / libs / ardour / ardour / types.h
index ef2e51e70f5aeab0aae775293508d4c4304da23f..7d5c5626e388519b55eb1a4904c50ec33c773e36 100644 (file)
@@ -371,6 +371,11 @@ namespace ARDOUR {
                MonitoringDisk = 0x4,
        };
 
+       enum MeterState {
+               MeteringInput, ///< meter the input IO, regardless of what is going through the route
+               MeteringRoute  ///< meter what is going through the route
+       };
+
        enum PFLPosition {
                /** PFL signals come from before pre-fader processors */
                PFLFromBeforeProcessors,