Module timing_points

Module timing_points 

Source
Expand description

Types for the [TimingPoints] section.

Structs§

ControlPoints
All control points of a Beatmap.
DifficultyPoint
Difficulty-related info about this control point.
EffectFlags
Effect flags for a control point.
EffectPoint
Effect-related info about this control point.
ParseEffectFlagsError
Error when failing to parse EffectFlags.
SamplePoint
Audio-related info about this control point.
TimeSignature
The time signature of a track.
TimeSignatureError
Error when failing to parse a TimeSignature.
TimingPoint
The time signature at this control point.
TimingPoints
Struct containing all data from a .osu file’s [TimingPoints] and [General] section.
TimingPointsState
The parsing state for TimingPoints in DecodeBeatmap.

Enums§

ParseTimingPointsError
All the ways that parsing a .osu file into TimingPoints can fail.

Traits§

ControlPoint
A control point to be added into a collection of type C.