Anders429 / simfile

Apache License 2.0
0 stars 0 forks source link

Define `Song` struct #5

Open Anders429 opened 2 years ago

Anders429 commented 2 years ago

A canonical Song struct should be defined that allows storage of song simfile data for all song file formats.

The struct will need to support header information (such as title, artist, etc.), alongside repeated chart data (steps, timing, etc.). This format will likely resemble the SSC format the closest, but will also allow storing data specific to other file formats. The structure will be able to be mapped both to and from each of the respective file formats.

Most of the fields will be optional, since not all of the fields will be provided with each respective format.

Header fields to be included:

Chart fields: