Viv
9fe28513d5
tja2fumen.py
: Read the "unknown" part of the header
...
This seems to contain metadata that was ignored by the
original `readFumen()` function. I'm curious to explore
what these values represent, and how they vary from
fumen to fumen.
2023-06-02 17:43:58 -04:00
Viv
4995a4bee1
tja2fumen.py
: Differentiate between note types
...
Having multiple note values map to identical strings
(e.g. "Don", "Ka", "DON", "KA") caused issues when
writing these strings back to .fumen files.
So, we make sure that each note type has a unique
string associated with it.
2023-06-02 17:43:58 -04:00
Viv
42f302eff0
tja2fumen.py
: Add workaround for deo_n.bin
song
...
I think this file has inaccurate metadata, so I've added a workaround
so that it will still parse.
2023-06-02 17:43:58 -04:00
Viv
f586372343
tja2fumen.py
: Add new note types for Wii1/Wii4/PS4
...
I still don't know what these note types represent in the song,
but I'll figure it out later on!
2023-06-02 17:43:58 -04:00
Viv
48b9ae488f
tja2fumen.py
: Add new checkValidHeader
function
...
This runs successfully against all 1800+ UM4 fumens.
2023-06-02 17:43:58 -04:00
Viv
ddce1b53de
tja2fumen.py
: Add extensive comments to readFumen()
...
Some lines of code were rearranged for clarity purposes.
2023-06-02 17:43:58 -04:00
Viv
9fe0fceced
tja2fumen.py
: Refactor readStruct
and provide documentation
2023-06-02 17:43:58 -04:00
Viv
8c707a50d2
tja2fumen.py
: Make noteTypes
a global constant
2023-06-02 17:43:58 -04:00
Viv
a1f1f8407a
tja2fumen.py
: Replace debugPrint with exception for debugging
2023-06-02 17:43:58 -04:00
Viv
a8b50c554c
tja2fumen.py
: Replace writeOsu
with a debug breakpoint
2023-06-02 17:43:58 -04:00
Viv
d08cde8061
tja2fumen.py
: Rename fumen2osu_version
2023-06-02 17:43:57 -04:00
Viv
55875aa1ff
tja2fumen.py
: Fix linting issues
2023-06-02 17:43:57 -04:00
Viv
9b1ee88510
tja2fumen.py
: Convert tabs to spaces
2023-06-02 17:43:57 -04:00
Viv
7e7591e688
Use fumen2osu
as a baseline for tja2fumen
2023-06-02 17:43:57 -04:00