2 Copyright (C) 2000-2007 Paul Davis
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 /* Changing this order will break the menu */
21 SNAPTYPE(SnapToCDFrame
)
22 SNAPTYPE(SnapToTimecodeFrame
)
23 SNAPTYPE(SnapToTimecodeSeconds
)
24 SNAPTYPE(SnapToTimecodeMinutes
)
25 SNAPTYPE(SnapToSeconds
)
26 SNAPTYPE(SnapToMinutes
)
27 SNAPTYPE(SnapToBeatDiv32
)
28 SNAPTYPE(SnapToBeatDiv28
)
29 SNAPTYPE(SnapToBeatDiv24
)
30 SNAPTYPE(SnapToBeatDiv16
)
31 SNAPTYPE(SnapToBeatDiv14
)
32 SNAPTYPE(SnapToBeatDiv12
)
33 SNAPTYPE(SnapToBeatDiv10
)
34 SNAPTYPE(SnapToBeatDiv8
)
35 SNAPTYPE(SnapToBeatDiv7
)
36 SNAPTYPE(SnapToBeatDiv6
)
37 SNAPTYPE(SnapToBeatDiv5
)
38 SNAPTYPE(SnapToBeatDiv4
)
39 SNAPTYPE(SnapToBeatDiv3
)
43 SNAPTYPE(SnapToRegionStart
)
44 SNAPTYPE(SnapToRegionEnd
)
45 SNAPTYPE(SnapToRegionSync
)
46 SNAPTYPE(SnapToRegionBoundary
)
48 /* Changing this order will break the menu */
51 SNAPMODE(SnapMagnetic
)
53 REGIONLISTSORTTYPE(ByEndInFile
)
54 REGIONLISTSORTTYPE(ByLength
)
55 REGIONLISTSORTTYPE(ByName
)
56 REGIONLISTSORTTYPE(ByPosition
)
57 REGIONLISTSORTTYPE(BySourceFileCreationDate
)
58 REGIONLISTSORTTYPE(BySourceFileFS
)
59 REGIONLISTSORTTYPE(BySourceFileLength
)
60 REGIONLISTSORTTYPE(BySourceFileName
)
61 REGIONLISTSORTTYPE(ByStartInFile
)
62 REGIONLISTSORTTYPE(ByTimestamp
)
65 MOUSEMODE(MouseObject
)
67 MOUSEMODE(MouseTimeFX
)
69 MOUSEMODE(MouseAudition
)
71 /* Changing this order will break the menu */
72 ZOOMFOCUS(ZoomFocusLeft
)
73 ZOOMFOCUS(ZoomFocusRight
)
74 ZOOMFOCUS(ZoomFocusCenter
)
75 ZOOMFOCUS(ZoomFocusPlayhead
)
76 ZOOMFOCUS(ZoomFocusMouse
)
77 ZOOMFOCUS(ZoomFocusEdit
)
79 DISPLAYCONTROL(FollowPlayhead
)
80 DISPLAYCONTROL(ShowMeasures
)
81 DISPLAYCONTROL(ShowWaveforms
)
82 DISPLAYCONTROL(ShowWaveformsRecording
)
84 // if this is changed, remember to update the string table in sfdb_ui.cc
85 IMPORTMODE(ImportAsRegion
=0)
86 IMPORTMODE(ImportToTrack
=1)
87 IMPORTMODE(ImportAsTrack
=2)
88 IMPORTMODE(ImportAsTapeTrack
=3)
90 // if this is changed, remember to update the string table in sfdb_ui.cc
91 IMPORTPOSITION(ImportAtTimestamp
=0)
92 IMPORTPOSITION(ImportAtEditPoint
=1)
93 IMPORTPOSITION(ImportAtPlayhead
=2)
94 IMPORTPOSITION(ImportAtStart
=3)
96 // if this is changed, remember to update the string table in sfdb_ui.cc
97 IMPORTDISPOSITION(ImportDistinctFiles
=0)
98 IMPORTDISPOSITION(ImportMergeFiles
=1)
99 IMPORTDISPOSITION(ImportSerializeFiles
=2)
100 IMPORTDISPOSITION(ImportDistinctChannels
=3)
102 EDITPOINT(EditAtPlayhead
)
103 EDITPOINT(EditAtSelectedMarker
)
104 EDITPOINT(EditAtMouse
)
106 INSERTTIMEOPT(LeaveIntersected
)
107 INSERTTIMEOPT(MoveIntersected
)
108 INSERTTIMEOPT(SplitIntersected
)