Merged with trunk R708
[ardour.git] / gtk2_ardour / editing_syms.h
1 /* Changing this order will break the menu */
2 SNAPTYPE(SnapToFrame)
3 SNAPTYPE(SnapToCDFrame)
4 SNAPTYPE(SnapToSMPTEFrame)
5 SNAPTYPE(SnapToSMPTESeconds)
6 SNAPTYPE(SnapToSMPTEMinutes)
7 SNAPTYPE(SnapToSeconds)
8 SNAPTYPE(SnapToMinutes)
9 SNAPTYPE(SnapToAThirtysecondBeat)
10 SNAPTYPE(SnapToASixteenthBeat)
11 SNAPTYPE(SnapToAEighthBeat)
12 SNAPTYPE(SnapToAQuarterBeat)
13 SNAPTYPE(SnapToAThirdBeat)
14 SNAPTYPE(SnapToBeat)
15 SNAPTYPE(SnapToBar)
16 SNAPTYPE(SnapToMark)
17 SNAPTYPE(SnapToEditCursor)
18 SNAPTYPE(SnapToRegionStart)
19 SNAPTYPE(SnapToRegionEnd)
20 SNAPTYPE(SnapToRegionSync)
21 SNAPTYPE(SnapToRegionBoundary)
22
23 /* Changing this order will break the menu */
24 SNAPMODE(SnapNormal)
25 SNAPMODE(SnapMagnetic)
26
27 REGIONLISTSORTTYPE(ByEndInFile)
28 REGIONLISTSORTTYPE(ByLength)
29 REGIONLISTSORTTYPE(ByName)
30 REGIONLISTSORTTYPE(ByPosition)
31 REGIONLISTSORTTYPE(BySourceFileCreationDate)
32 REGIONLISTSORTTYPE(BySourceFileFS)
33 REGIONLISTSORTTYPE(BySourceFileLength)
34 REGIONLISTSORTTYPE(BySourceFileName)
35 REGIONLISTSORTTYPE(ByStartInFile)
36 REGIONLISTSORTTYPE(ByTimestamp)
37
38 MOUSEMODE(MouseGain)
39 MOUSEMODE(MouseObject)
40 MOUSEMODE(MouseRange)
41 MOUSEMODE(MouseTimeFX)
42 MOUSEMODE(MouseZoom)
43 MOUSEMODE(MouseAudition)
44
45 /* Changing this order will break the menu */
46 ZOOMFOCUS(ZoomFocusLeft)
47 ZOOMFOCUS(ZoomFocusRight)
48 ZOOMFOCUS(ZoomFocusCenter)
49 ZOOMFOCUS(ZoomFocusPlayhead)
50 ZOOMFOCUS(ZoomFocusEdit)
51
52 DISPLAYCONTROL(FollowPlayhead)
53 DISPLAYCONTROL(ShowMeasures)
54 DISPLAYCONTROL(ShowWaveforms)
55 DISPLAYCONTROL(ShowWaveformsRecording)
56
57 IMPORTMODE(ImportAsRegion)
58 IMPORTMODE(ImportAsTrack)
59 IMPORTMODE(ImportAsTapeTrack)
60 IMPORTMODE(ImportToTrack)