summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-06 01:40:57 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:11 +0200
commitc1f56d4d7c12290c06392539f05547a7bd89e5b2 (patch)
tree1c311aa54411563eb00d3ad347a128ae2ab76fc4 /libs/ardour/ardour/types.h
parent8427faf1fb7f704c4d3161ab80639e685845508b (diff)
meter line-up and fall-off standard values & names
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index c41c599f1c..01f8e87c74 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -308,10 +308,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 {