2007-04-26 20:54:31 +00:00
|
|
|
/*
|
2019-08-02 23:26:43 +02:00
|
|
|
* Copyright (C) 2005-2006 Taybin Rutkin <taybin@taybin.com>
|
|
|
|
|
* Copyright (C) 2006-2014 Paul Davis <paul@linuxaudiosystems.com>
|
|
|
|
|
* Copyright (C) 2007-2014 David Robillard <d@drobilla.net>
|
|
|
|
|
* Copyright (C) 2009-2010 Carl Hetherington <carl@carlh.net>
|
|
|
|
|
* Copyright (C) 2018 Ben Loftis <ben@harrisonconsoles.com>
|
|
|
|
|
*
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
|
*/
|
2007-04-26 20:54:31 +00:00
|
|
|
|
2005-09-25 18:42:24 +00:00
|
|
|
/* Changing this order will break the menu */
|
2018-02-09 09:59:39 -06:00
|
|
|
GRIDTYPE(GridTypeNone)
|
2023-04-28 15:57:27 -06:00
|
|
|
GRIDTYPE(GridTypePlayhead)
|
2018-02-09 09:59:39 -06:00
|
|
|
GRIDTYPE(GridTypeBar)
|
|
|
|
|
GRIDTYPE(GridTypeBeat)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv2)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv4)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv8)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv16)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv32)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv3) //Triplet eighths
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv6)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv12)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv24)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv5) //Quintuplet eighths
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv10)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv20)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv7) //Septuplet eighths
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv14)
|
|
|
|
|
GRIDTYPE(GridTypeBeatDiv28)
|
2018-02-26 18:38:18 -06:00
|
|
|
GRIDTYPE(GridTypeTimecode)
|
2018-02-09 09:59:39 -06:00
|
|
|
GRIDTYPE(GridTypeMinSec)
|
2018-02-26 17:02:24 -06:00
|
|
|
GRIDTYPE(GridTypeCDFrame)
|
2018-02-09 09:59:39 -06:00
|
|
|
|
2005-09-25 18:42:24 +00:00
|
|
|
|
|
|
|
|
/* Changing this order will break the menu */
|
2008-01-10 21:20:59 +00:00
|
|
|
SNAPMODE(SnapOff)
|
2005-09-25 18:42:24 +00:00
|
|
|
SNAPMODE(SnapNormal)
|
|
|
|
|
SNAPMODE(SnapMagnetic)
|
|
|
|
|
|
|
|
|
|
REGIONLISTSORTTYPE(ByEndInFile)
|
|
|
|
|
REGIONLISTSORTTYPE(ByLength)
|
|
|
|
|
REGIONLISTSORTTYPE(ByName)
|
|
|
|
|
REGIONLISTSORTTYPE(ByPosition)
|
|
|
|
|
REGIONLISTSORTTYPE(BySourceFileCreationDate)
|
|
|
|
|
REGIONLISTSORTTYPE(BySourceFileFS)
|
|
|
|
|
REGIONLISTSORTTYPE(BySourceFileLength)
|
|
|
|
|
REGIONLISTSORTTYPE(BySourceFileName)
|
|
|
|
|
REGIONLISTSORTTYPE(ByStartInFile)
|
|
|
|
|
REGIONLISTSORTTYPE(ByTimestamp)
|
|
|
|
|
|
2014-12-07 19:04:33 -05:00
|
|
|
/* Changing this order will break step_mouse_mode */
|
2005-09-25 18:42:24 +00:00
|
|
|
MOUSEMODE(MouseObject)
|
|
|
|
|
MOUSEMODE(MouseRange)
|
2014-12-07 19:04:33 -05:00
|
|
|
MOUSEMODE(MouseCut)
|
2005-09-25 18:42:24 +00:00
|
|
|
MOUSEMODE(MouseTimeFX)
|
|
|
|
|
MOUSEMODE(MouseAudition)
|
2014-12-07 19:04:33 -05:00
|
|
|
MOUSEMODE(MouseDraw)
|
2014-12-08 23:00:00 -05:00
|
|
|
MOUSEMODE(MouseContent)
|
2007-08-08 19:13:36 +00:00
|
|
|
|
2005-09-25 18:42:24 +00:00
|
|
|
/* Changing this order will break the menu */
|
|
|
|
|
ZOOMFOCUS(ZoomFocusLeft)
|
|
|
|
|
ZOOMFOCUS(ZoomFocusRight)
|
|
|
|
|
ZOOMFOCUS(ZoomFocusCenter)
|
|
|
|
|
ZOOMFOCUS(ZoomFocusPlayhead)
|
2007-11-08 01:40:25 +00:00
|
|
|
ZOOMFOCUS(ZoomFocusMouse)
|
2005-09-25 18:42:24 +00:00
|
|
|
ZOOMFOCUS(ZoomFocusEdit)
|
|
|
|
|
|
|
|
|
|
DISPLAYCONTROL(FollowPlayhead)
|
|
|
|
|
DISPLAYCONTROL(ShowMeasures)
|
|
|
|
|
DISPLAYCONTROL(ShowWaveforms)
|
|
|
|
|
DISPLAYCONTROL(ShowWaveformsRecording)
|
2006-03-22 17:03:00 +00:00
|
|
|
|
2006-09-01 01:59:41 +00:00
|
|
|
// if this is changed, remember to update the string table in sfdb_ui.cc
|
2016-01-13 14:57:02 +01:00
|
|
|
IMPORTMODE(ImportAsRegion)
|
|
|
|
|
IMPORTMODE(ImportToTrack)
|
|
|
|
|
IMPORTMODE(ImportAsTrack)
|
2022-01-03 23:51:33 +01:00
|
|
|
IMPORTMODE(ImportAsTrigger)
|
2007-10-11 22:07:47 +00:00
|
|
|
|
|
|
|
|
// if this is changed, remember to update the string table in sfdb_ui.cc
|
2016-01-13 14:57:02 +01:00
|
|
|
IMPORTPOSITION(ImportAtTimestamp)
|
|
|
|
|
IMPORTPOSITION(ImportAtEditPoint)
|
|
|
|
|
IMPORTPOSITION(ImportAtPlayhead)
|
|
|
|
|
IMPORTPOSITION(ImportAtStart)
|
2007-10-11 22:07:47 +00:00
|
|
|
|
|
|
|
|
// if this is changed, remember to update the string table in sfdb_ui.cc
|
2016-01-13 14:57:02 +01:00
|
|
|
IMPORTDISPOSITION(ImportDistinctFiles)
|
|
|
|
|
IMPORTDISPOSITION(ImportMergeFiles)
|
|
|
|
|
IMPORTDISPOSITION(ImportSerializeFiles)
|
|
|
|
|
IMPORTDISPOSITION(ImportDistinctChannels)
|
2007-11-08 01:40:25 +00:00
|
|
|
|
|
|
|
|
EDITPOINT(EditAtPlayhead)
|
|
|
|
|
EDITPOINT(EditAtSelectedMarker)
|
|
|
|
|
EDITPOINT(EditAtMouse)
|
2008-03-17 20:54:03 +00:00
|
|
|
|
2008-04-11 14:06:50 +00:00
|
|
|
INSERTTIMEOPT(LeaveIntersected)
|
|
|
|
|
INSERTTIMEOPT(MoveIntersected)
|
|
|
|
|
INSERTTIMEOPT(SplitIntersected)
|
2023-04-07 15:59:55 -06:00
|
|
|
|
|
|
|
|
TEMPOEDITBEHAVIOR(TempoMapping)
|
|
|
|
|
TEMPOEDITBEHAVIOR(TempoChanging)
|