pub struct Bms {
pub header: Header,
pub notes: Notes,
}
Expand description
A score data of BMS format.
Fields§
§header: Header
The header data in the score.
notes: Notes
The objects in the score.
pub struct Bms {
pub header: Header,
pub notes: Notes,
}
A score data of BMS format.
header: Header
The header data in the score.
notes: Notes
The objects in the score.