Merged with trunk R1141
[ardour.git] / libs / ardour / ardour / types.h
index 61e5f35c95ce8bc24c95580ad5eaf82e5dbcce29..1138b5208f462b4ead8f9006c2341c5cadeb8f37 100644 (file)
@@ -89,11 +89,17 @@ namespace ARDOUR {
                Play = 0x4
        };
 
+       std::string auto_state_to_string (AutoState);
+       AutoState string_to_auto_state (std::string);
+
        enum AutoStyle {
                Absolute = 0x1,
                Trim = 0x2
        };
 
+       std::string auto_style_to_string (AutoStyle);
+       AutoStyle string_to_auto_style (std::string);
+
        enum AlignStyle {
                CaptureTime,
                ExistingMaterial