Skip to content

Commit

Permalink
Update Format v2.0.0 info
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuri255 committed Dec 18, 2024
1 parent 4c57cf5 commit ad46a40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/Ultrastar/ultrastar_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ class UltrastarTxtTag(str, Enum):
# (Unused) New in (unreleased) 2.0.0
MEDLEYSTART = 'MEDLEYSTART' # Rename of MEDLEYSTARTBEAT
MEDLEYEND = 'MEDLEYEND' # Renmame of MEDLEYENDBEAT
# These will forced to be in ms only. This will be an braking change from 1.1.0:
# GAP: 4500
# VIDEOGAP: 1200
# START: 21100
# END: 223250
# MEDLEYSTART: 67050
# MEDLEYEND: 960020
# PREVIEWSTART: 45200


class UltrastarTxtNoteTypeTag(str, Enum):
Expand Down

0 comments on commit ad46a40

Please sign in to comment.