Changed edit mode to allow configuring RECORD_HOLD_SECONDS.
This commit is contained in:
@@ -1516,7 +1516,7 @@ Enter the new track mapping.=Enter the new track mapping.
|
||||
Entry %d, '%d', is out of range 1 to %d.=Entry %d, '%d', is out of range 1 to %d.
|
||||
More than %d notes per measure is not allowed. This change has been reverted.=More than %d notes per measure is not allowed. This change has been reverted.
|
||||
No backgrounds available=No backgrounds available
|
||||
EditHelpText=Up/Down:\n change beat\nLeft/Right:\n change snap\nNumber keys:\n add/remove\n tap note\nN and M keys:\n swap tap notes\nCtrl + N/M:\n swap cycled segment\nCtrl + ,/.:\n cycle segments\nCreate hold note:\n Hold a number\n while moving\n Up or Down\nCreate roll note:\n Hold Shift,\n then create a\n hold note.\nSpace bar: Set area\n marker\nT key: Switch Timing\nEnter: Area Menu\nA Key: Alter Menu\nEscape: Main Menu\nF4: Timing Menu\nF1: Show help\n
|
||||
EditHelpText=Up/Down:\n change beat\nLeft/Right:\n change snap\nNumber keys:\n add/remove\n tap note\nN and M keys:\n swap tap notes\nCtrl + N/M:\n swap cycled segment\nCtrl + ,/.:\n cycle segments\nCreate hold note:\n Hold a number\n while moving\n Up or Down\nCreate roll note:\n Hold Shift,\n then create a\n hold note.\nSpace bar: Set area\n marker\nT key: Switch Timing\nEnter: Area Menu\nA Key: Alter Menu\nEscape: Main Menu\nF4: Timing Menu\nF1: Show help\nQ/M: Change record hold time.\nE/R: Toggle record holds
|
||||
PlayRecordHelpText=Press START to end
|
||||
Save successful.=Save successful.
|
||||
Saved as SM and DWI.=Saved as SM and DWI.
|
||||
@@ -1558,6 +1558,7 @@ Song Timing=Song Timing
|
||||
Beat 0 offset=Beat 0 offset
|
||||
Preview Start=Preview Start
|
||||
Preview Length=Preview Length
|
||||
Record Hold Time=Record Hold Time
|
||||
Help=Help
|
||||
Info=Info
|
||||
Routine Player=Player
|
||||
|
||||
@@ -4034,10 +4034,10 @@ TimerSeconds=-1
|
||||
EditModifiers="no reverse"
|
||||
EditHelpX=SCREEN_LEFT+4
|
||||
EditHelpY=SCREEN_TOP+16
|
||||
EditHelpOnCommand=halign,0;valign,0;zoom,0.5;shadowlength,1
|
||||
EditHelpOnCommand=halign,0;valign,0;zoom,0.5;shadowlength,1;maxheight,(SCREEN_HEIGHT-32)*2
|
||||
InfoX=SCREEN_RIGHT-128
|
||||
InfoY=SCREEN_TOP+16
|
||||
InfoOnCommand=halign,0;valign,0;zoom,0.5;shadowlength,1
|
||||
InfoOnCommand=halign,0;valign,0;zoom,0.5;shadowlength,1;maxheight,(SCREEN_HEIGHT-32)*2
|
||||
PlayRecordHelpX=SCREEN_LEFT+20
|
||||
PlayRecordHelpY=SCREEN_BOTTOM-20
|
||||
PlayRecordHelpOnCommand=halign,0;valign,0;shadowlength,1
|
||||
@@ -4083,6 +4083,7 @@ TimingModeFormat="%s:\n %s\n"
|
||||
Beat0OffsetFormat="%s:\n %.3f secs\n"
|
||||
PreviewStartFormat="%s:\n %.3f secs\n"
|
||||
PreviewLengthFormat="%s:\n %.3f secs\n"
|
||||
RecordHoldTimeFormat="%s:\n %.2f secs\n"
|
||||
|
||||
FadeInPreview=0
|
||||
FadeOutPreview=1.5
|
||||
|
||||
Reference in New Issue
Block a user