dos h0005 startFrame - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Play time control & music position adjustment
| <- dummyId || startFrame | blankFrame -> |
startFrame
- Number of frames to start playing (by chart)
Usage
|startFrame=0|
Overview
Specifies the number of frames at the start. For normal release, specify "0". This can be used when you want to start in the middle of a test play. The unit is the number of frames, so 60 seconds is 60 seconds x 60 fps = 3600 frames.
It is possible to set this value for each chart with "$" delimiter. (See "fadeFrame", "endFrame" for details.)
The pseudo-timer notation (min:sec.difference frames
) is supported.
|startFrame=0:15.20| <- Starts at 15 seconds + 20 frame timing
Related pages
- difData :pencil: Chart information
- blankFrame :pencil: Number of blank frames until the start of the music
- endFrame :pencil: Number of frames out of play
- fadeFrame :pencil: Number of fade-out start frames
Changelog
Version | Change details |
---|---|
v13.6.0 | - Supports pseudo timer notation |
v3.11.0 | - Changed so that startFrame can be set for each chart separated by "$". |
v1.0.0(v0.42.0) | - Initial implementation |
| <- dummyId || startFrame | blankFrame -> |