classes.py
: Track absolute note positions
This commit is contained in:
parent
2042c8177e
commit
3f3f0ba835
@ -82,6 +82,7 @@ class FumenNote:
|
|||||||
"""Contains all the byte values for a single Fumen note."""
|
"""Contains all the byte values for a single Fumen note."""
|
||||||
note_type: str = ''
|
note_type: str = ''
|
||||||
pos: float = 0.0
|
pos: float = 0.0
|
||||||
|
pos_abs: float = 0.0
|
||||||
score_init: int = 0
|
score_init: int = 0
|
||||||
score_diff: int = 0
|
score_diff: int = 0
|
||||||
padding: float = 0.0
|
padding: float = 0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user