Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoteEmpty = iota NoteTap NoteG NoteW NoteA NoteB NoteC NoteUnk7 NoteUnk8 NoteUnk9 NoteHoldStart NoteHold NoteHoldEnd )
View Source
const NotesPerRow = 13
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Block ¶
type Block struct { Bpm float32 BeatPerMeasure uint32 BeatSplit uint32 Delay uint32 SetPerfect DivisionSet SetGreat DivisionSet SetGood DivisionSet SetBad DivisionSet SetMiss DivisionSet SetStepG DivisionSet SetStepW DivisionSet SetStepA DivisionSet SetStepB DivisionSet SetStepC DivisionSet Speed uint32 Notes []byte }
type DivisionSet ¶
Click to show internal directories.
Click to hide internal directories.