summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-26 15:37:14 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-26 15:37:14 +0000
commitbda0f938fbf640ad60b6f1d3bc7ed18bcb2a0c2b (patch)
treec4db0e7e69dbd81df1160b09a2c0084a96f64c8a /libs/ardour/ardour/types.h
parent2adb3fb579068b5a278df2ac96d131fe5f40f169 (diff)
Tidy up monitoring slightly so that it matches oofus' truth
table for the various different states. Should fix #4533. git-svn-id: svn://localhost/ardour2/branches/3.0@11073 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index ef2e51e70f..7d5c5626e3 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -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,