|
Functions |
float | NoteTypeToBeat (NoteType nt) |
NoteType | GetNoteType (int row) |
CString | NoteTypeToString (NoteType nt) |
NoteType | BeatToNoteType (float fBeat) |
bool | IsNoteOfType (int row, NoteType t) |
Variables |
TapNote | TAP_EMPTY (TapNote::empty, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_TAP (TapNote::tap, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_HOLD_HEAD (TapNote::hold_head, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_HOLD_TAIL (TapNote::hold_tail, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_MINE (TapNote::mine, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_ATTACK (TapNote::attack, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ORIGINAL_AUTO_KEYSOUND (TapNote::autoKeysound, TapNote::original,"", 0, false, 0) |
TapNote | TAP_ADDITION_TAP (TapNote::tap, TapNote::addition,"", 0, false, 0) |
TapNote | TAP_ADDITION_MINE (TapNote::mine, TapNote::addition,"", 0, false, 0) |