From 0acafa4d3dbcd1fc198cc2dee0cd0b3bc8ed191f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 22 Dec 2013 09:25:33 +0100 Subject: add K12/RMS meter type --- libs/ardour/ardour/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/types.h') diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 91b8888f52..50a96030b1 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -187,7 +187,8 @@ namespace ARDOUR { MeterIEC1NOR = 0x080, MeterIEC2BBC = 0x100, MeterIEC2EBU = 0x200, - MeterVU = 0x400 + MeterVU = 0x400, + MeterK12 = 0x800 }; enum TrackMode { -- cgit v1.2.3