1
0
mirror of synced 2024-12-04 17:17:53 +01:00

classes.py: Track absolute note positions

This commit is contained in:
Viv 2024-01-25 12:07:00 -05:00
parent 2042c8177e
commit 3f3f0ba835

View File

@ -82,6 +82,7 @@ class FumenNote:
"""Contains all the byte values for a single Fumen note."""
note_type: str = ''
pos: float = 0.0
pos_abs: float = 0.0
score_init: int = 0
score_diff: int = 0
padding: float = 0.0