simfile.notes.timed
Classes
A note with its song time attached. |
Functions
|
Generate a stream of timed notes from the supplied note & timing data. |
|
Generate a stream of timed notes from the supplied chart. |
Module Contents
- class simfile.notes.timed.TimedNote
Bases:
NamedTupleA note with its song time attached.
- note: simfile.notes.Note
- hittable: bool
- simfile.notes.timed.time_notes(note_data: simfile.notes.NoteData, timing_data: simfile.timing.TimingData) Iterator[TimedNote]
Generate a stream of timed notes from the supplied note & timing data.