MIDI vari-speed playback
[ardour.git] / gtk2_ardour / editing_syms.h
index b16a192b403826b1f26ab79baead5271c5223926..a958776305938ac602050f491085310b84e269ae 100644 (file)
@@ -24,9 +24,12 @@ SNAPTYPE(SnapToTimecodeSeconds)
 SNAPTYPE(SnapToTimecodeMinutes)
 SNAPTYPE(SnapToSeconds)
 SNAPTYPE(SnapToMinutes)
+SNAPTYPE(SnapToBeatDiv128)
+SNAPTYPE(SnapToBeatDiv64)
 SNAPTYPE(SnapToBeatDiv32)
 SNAPTYPE(SnapToBeatDiv28)
 SNAPTYPE(SnapToBeatDiv24)
+SNAPTYPE(SnapToBeatDiv20)
 SNAPTYPE(SnapToBeatDiv16)
 SNAPTYPE(SnapToBeatDiv14)
 SNAPTYPE(SnapToBeatDiv12)
@@ -37,6 +40,7 @@ SNAPTYPE(SnapToBeatDiv6)
 SNAPTYPE(SnapToBeatDiv5)
 SNAPTYPE(SnapToBeatDiv4)
 SNAPTYPE(SnapToBeatDiv3)
+SNAPTYPE(SnapToBeatDiv2)
 SNAPTYPE(SnapToBeat)
 SNAPTYPE(SnapToBar)
 SNAPTYPE(SnapToMark)
@@ -61,12 +65,14 @@ REGIONLISTSORTTYPE(BySourceFileName)
 REGIONLISTSORTTYPE(ByStartInFile)
 REGIONLISTSORTTYPE(ByTimestamp)
 
-MOUSEMODE(MouseGain)
+/* Changing this order will break step_mouse_mode */
 MOUSEMODE(MouseObject)
 MOUSEMODE(MouseRange)
+MOUSEMODE(MouseCut)
 MOUSEMODE(MouseTimeFX)
-MOUSEMODE(MouseZoom)
 MOUSEMODE(MouseAudition)
+MOUSEMODE(MouseDraw)
+MOUSEMODE(MouseContent)
 
 /* Changing this order will break the menu */
 ZOOMFOCUS(ZoomFocusLeft)