Module rosu_map::section::timing_points
source · Expand description
Types for the [TimingPoints] section.
Structs§
- All control points of a
Beatmap. - Difficulty-related info about this control point.
- Effect flags for a control point.
- Effect-related info about this control point.
- Error when failing to parse
EffectFlags. - Audio-related info about this control point.
- The time signature of a track.
- Error when failing to parse a
TimeSignature. - The time signature at this control point.
- Struct containing all data from a
.osufile’s[TimingPoints]and[General]section. - The parsing state for
TimingPointsinDecodeBeatmap.
Enums§
- All the ways that parsing a
.osufile intoTimingPointscan fail.
Traits§
- A control point to be added into a collection of type
C.