summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-09-28 20:13:15 -0700
committerLen Ovens <len@ovenwerks.net>2015-09-28 20:13:15 -0700
commit239da0efb58849e545ec44aeb839d41b8e4792cf (patch)
tree7c0ac52d5a348e8f4690347ec27c32d402636566 /libs/ardour/ardour/types.h
parent7f86418340f80fa20edee0557fe008b4053a7728 (diff)
Fix Mackie control metering (fixes #6608).
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index f2facd340b..5bd7b87929 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -192,7 +192,8 @@ namespace ARDOUR {
MeterIEC2EBU = 0x0200,
MeterVU = 0x0400,
MeterK12 = 0x0800,
- MeterPeak0dB = 0x1000
+ MeterPeak0dB = 0x1000,
+ MeterMCP = 0x2000
};
enum TrackMode {