Add ARDOUR::ladspa_search_path function to get LADSPA module directories
[ardour.git] / libs / ardour / ardour / types.h
index c41c599f1c2dfdeb9907af834130b2f8639d00be..05d6d0b27d47563ca2950c5785f3afec74eda217 100644 (file)
@@ -177,6 +177,13 @@ namespace ARDOUR {
                MeterCustom
        };
 
+       enum MeterType {
+               MeterMaxSignal = 0x01,
+               MeterMaxPeak   = 0x02,
+               MeterPeak      = 0x04,
+               MeterKrms      = 0x08
+       };
+
        enum TrackMode {
                Normal,
                NonLayered,
@@ -308,10 +315,12 @@ namespace ARDOUR {
                MeterFalloffOff = 0,
                MeterFalloffSlowest = 1,
                MeterFalloffSlow = 2,
-               MeterFalloffMedium = 3,
-               MeterFalloffFast = 4,
-               MeterFalloffFaster = 5,
-               MeterFalloffFastest = 6
+               MeterFalloffSlowish = 3,
+               MeterFalloffModerate = 4,
+               MeterFalloffMedium = 5,
+               MeterFalloffFast = 6,
+               MeterFalloffFaster = 7,
+               MeterFalloffFastest = 8,
        };
 
        enum MeterHold {