summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-09-25 18:42:24 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-09-25 18:42:24 +0000
commit209d967b1bb80a9735d690d8f4f0455ecb9970ca (patch)
tree9d76ddcd7c1ac9d91bb2b1a33d31b66ce4ded5de /gtk2_ardour/editing_syms.h
parente4b9aed743fc765219ac775905a221c017c88fba (diff)
Initial import of gtk2_ardour.
git-svn-id: svn://localhost/trunk/ardour2@24 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h157
1 files changed, 157 insertions, 0 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
new file mode 100644
index 0000000000..3037daa3e2
--- /dev/null
+++ b/gtk2_ardour/editing_syms.h
@@ -0,0 +1,157 @@
+/* Changing this order will break the menu */
+SNAPTYPE(SnapToFrame)
+SNAPTYPE(SnapToCDFrame)
+SNAPTYPE(SnapToSMPTEFrame)
+SNAPTYPE(SnapToSMPTESeconds)
+SNAPTYPE(SnapToSMPTEMinutes)
+SNAPTYPE(SnapToSeconds)
+SNAPTYPE(SnapToMinutes)
+SNAPTYPE(SnapToAThirtysecondBeat)
+SNAPTYPE(SnapToASixteenthBeat)
+SNAPTYPE(SnapToAEighthBeat)
+SNAPTYPE(SnapToAQuarterBeat)
+SNAPTYPE(SnapToAThirdBeat)
+SNAPTYPE(SnapToBeat)
+SNAPTYPE(SnapToBar)
+SNAPTYPE(SnapToMark)
+SNAPTYPE(SnapToEditCursor)
+SNAPTYPE(SnapToRegionStart)
+SNAPTYPE(SnapToRegionEnd)
+SNAPTYPE(SnapToRegionSync)
+SNAPTYPE(SnapToRegionBoundary)
+
+/* Changing this order will break the menu */
+SNAPMODE(SnapNormal)
+SNAPMODE(SnapMagnetic)
+
+REGIONLISTSORTTYPE(ByEndInFile)
+REGIONLISTSORTTYPE(ByLength)
+REGIONLISTSORTTYPE(ByName)
+REGIONLISTSORTTYPE(ByPosition)
+REGIONLISTSORTTYPE(BySourceFileCreationDate)
+REGIONLISTSORTTYPE(BySourceFileFS)
+REGIONLISTSORTTYPE(BySourceFileLength)
+REGIONLISTSORTTYPE(BySourceFileName)
+REGIONLISTSORTTYPE(ByStartInFile)
+REGIONLISTSORTTYPE(ByTimestamp)
+
+MOUSEMODE(MouseGain)
+MOUSEMODE(MouseObject)
+MOUSEMODE(MouseRange)
+MOUSEMODE(MouseTimeFX)
+MOUSEMODE(MouseZoom)
+MOUSEMODE(MouseAudition)
+
+/* Changing this order will break the menu */
+ZOOMFOCUS(ZoomFocusLeft)
+ZOOMFOCUS(ZoomFocusRight)
+ZOOMFOCUS(ZoomFocusCenter)
+ZOOMFOCUS(ZoomFocusPlayhead)
+ZOOMFOCUS(ZoomFocusEdit)
+
+DISPLAYCONTROL(FollowPlayhead)
+DISPLAYCONTROL(ShowMeasures)
+DISPLAYCONTROL(ShowWaveforms)
+DISPLAYCONTROL(ShowWaveformsRecording)
+
+COLORID(cWaveForm)
+COLORID(cMutedWaveForm)
+COLORID(cSelectedFrameBase)
+COLORID(cFrameBase)
+COLORID(cAudioTrackBase)
+COLORID(cAudioTrackOutline)
+COLORID(cAudioBusBase)
+COLORID(cTimeStretchFill)
+COLORID(cTimeStretchOutline)
+COLORID(cAutomationLine)
+COLORID(cLeftPanAutomationLine)
+COLORID(cRightPanAutomationLine)
+COLORID(cRedirectAutomationLine)
+COLORID(cControlPointFill)
+COLORID(cControlPointOutline)
+COLORID(cEnteredControlPointOutline)
+COLORID(cEnteredControlPointSelected)
+COLORID(cEnteredControlPoint)
+COLORID(cControlPointSelected)
+COLORID(cControlPoint)
+COLORID(cAutomationTrackFill)
+COLORID(cAutomationTrackOutline)
+COLORID(cCrossfadeEditorBase)
+COLORID(cCrossfadeEditorLine)
+COLORID(cSelectedCrossfadeEditorLine)
+COLORID(cCrossfadeEditorLineShading)
+COLORID(cCrossfadeEditorPointFill)
+COLORID(cCrossfadeEditorPointOutline)
+COLORID(cCrossfadeEditorWave)
+COLORID(cSelectedCrossfadeEditorWave)
+COLORID(cCrossfadeLine)
+COLORID(cActiveCrossfade)
+COLORID(cInactiveCrossfade)
+COLORID(cLocationMarker)
+COLORID(cLocationRange)
+COLORID(cLocationCDMarker)
+COLORID(cLocationLoop)
+COLORID(cLocationPunch)
+COLORID(cVerboseCanvasCursor)
+COLORID(cTempoBar)
+COLORID(cMeterBar)
+COLORID(cMarkerBar)
+COLORID(cRangeMarkerBar)
+COLORID(cTransportMarkerBar)
+COLORID(cRangeDragBarRect)
+COLORID(cRangeDragBarRectFill)
+COLORID(cRangeDragRect)
+COLORID(cRangeDragRectFill)
+COLORID(cTransportDragRect)
+COLORID(cTransportDragRectFill)
+COLORID(cMarkerDragLine)
+COLORID(cTransportLoopRect)
+COLORID(cTransportLoopRectFill)
+COLORID(cTransportPunchRect)
+COLORID(cTransportPunchRectFill)
+COLORID(cPunchInLine)
+COLORID(cPunchOutLine)
+COLORID(cZoomRect)
+COLORID(cZoomRectFill)
+COLORID(cRubberBandRect)
+COLORID(cRubberBandRectFill)
+COLORID(cFirstActionMessage)
+COLORID(cEnteredGainLine)
+COLORID(cEnteredAutomationLine)
+COLORID(cEnteredMarker)
+COLORID(cMeterMarker)
+COLORID(cTempoMarker)
+COLORID(cMeasureLineBeat)
+COLORID(cMeasureLineBar)
+COLORID(cGhostTrackBaseOutline)
+COLORID(cGhostTrackBaseFill)
+COLORID(cGhostTrackWave)
+COLORID(cImageTrackBase)
+COLORID(cImageTrackOutline)
+COLORID(cMarkerTrackBase)
+COLORID(cMarkerTrackOutline)
+COLORID(cZeroLine)
+COLORID(cGainLine)
+COLORID(cGainLineInactive)
+COLORID(cRecordingRectFill)
+COLORID(cRecordingRectOutline)
+COLORID(cSelectionRectFill)
+COLORID(cSelectionRectOutline)
+COLORID(cSelectionEndFill)
+COLORID(cSelectionEndOutline)
+COLORID(cSelectionStartFill)
+COLORID(cSelectionStartOutline)
+COLORID(cVestigialFrameFill)
+COLORID(cVestigialFrameOutline)
+COLORID(cTimeAxisFrameFill)
+COLORID(cTimeAxisFrameOutline)
+COLORID(cNameHighlightFill)
+COLORID(cNameHighlightOutline)
+COLORID(cFrameHandleStartFill)
+COLORID(cFrameHandleStartOutline)
+COLORID(cFrameHandleEndFill)
+COLORID(cFrameHandleEndOutline)
+COLORID(cTrimHandleLockedStart)
+COLORID(cTrimHandleLockedEnd)
+COLORID(cTrimHandleStart)
+COLORID(cTrimHandleEnd)