summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2007-01-03 20:49:03 +0000
committerJesse Chappell <jesse@essej.net>2007-01-03 20:49:03 +0000
commit239a5db49701e977db96854cdcef96646b4d8c4f (patch)
treeb669fa074f81966f4bc3d36276d2436d345ba98e /libs/ardour/ardour/utils.h
parentebbc8b3b6a6d77f705698aff36455c61ee07bb66 (diff)
* added max peak hold state to IO so that the true held peaks can be displayed
in the numeric field in the gui. * returned meter falloff to proper slower speeds git-svn-id: svn://localhost/ardour2/trunk@1265 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/utils.h')
-rw-r--r--libs/ardour/ardour/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/utils.h b/libs/ardour/ardour/utils.h
index 2babfd6bd7..de97a5c150 100644
--- a/libs/ardour/ardour/utils.h
+++ b/libs/ardour/ardour/utils.h
@@ -66,6 +66,8 @@ const char* edit_mode_to_string (ARDOUR::EditMode);
ARDOUR::EditMode string_to_edit_mode (std::string);
float meter_falloff_to_float (ARDOUR::MeterFalloff);
+ARDOUR::MeterFalloff meter_falloff_from_float (float);
+float meter_falloff_to_db_per_sec (float);
float meter_hold_to_float (ARDOUR::MeterHold);
#if defined(HAVE_COREAUDIO) || defined(HAVE_AUDIOUNITS)