Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse Ma2 by parts #3

Open
donmai-me opened this issue Jul 29, 2021 · 0 comments
Open

Parse Ma2 by parts #3

donmai-me opened this issue Jul 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request MaiMai DX Related to MaiMai Deluxe chart format

Comments

@donmai-me
Copy link
Owner

There are four parts (more for other games) for ma2: header, events, notes, and statistics. Each part is separated by an empty line. It would be nice if instead of parsing a chart line by line and ignoring certain parts, the parser would parse a chart part-by-part.

The header contains metadata about the chart and the resolutions used for timing. Events are a list of bpm and time signature changes in chronological order. Notes are self-explanatory. And, statistics contains information about all of the notes present in the chart.

@donmai-me donmai-me added enhancement New feature or request MaiMai DX Related to MaiMai Deluxe chart format labels Jul 29, 2021
@donmai-me donmai-me self-assigned this Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MaiMai DX Related to MaiMai Deluxe chart format
Projects
None yet
Development

No branches or pull requests

1 participant