Add EarlyTapNoteOffset

This commit is contained in:
teejusb
2023-06-10 17:42:19 -07:00
parent a1cd736d33
commit 23ddf9c155
2 changed files with 12 additions and 1 deletions
+9
View File
@@ -29,6 +29,15 @@ struct TapNoteResult
* (tns >= TNS_W5). */
float fTapNoteOffset;
/**
* @brief Offset, in seconds, for the early tap grade.
*
* Negative numbers mean the note was hit early; positive numbers mean
* it was hit late. These values are only meaningful for graded taps
* (tns >= TNS_W5). */
float fEarlyTapNoteOffset;
/** @brief If the whole row has been judged, all taps on the row will be set to hidden. */
bool bHidden;