1
0
mirror of synced 2025-01-24 07:04:09 +01:00

README.md: Expand "Goals" section

This commit is contained in:
Viv 2023-07-11 21:33:30 -04:00 committed by GitHub
parent cd755bd646
commit ee265327de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ This project attempts to replace/complement the existing closed-source [tja2bin.
- Act as a drop-in replacement for `tja2bin.exe` in TakoTako. - Act as a drop-in replacement for `tja2bin.exe` in TakoTako.
- Fix https://github.com/Fluto/TakoTako/issues/16. (The original `tjabin.exe` doesn't properly handle `#BPMCHANGE` commands.) - Fix https://github.com/Fluto/TakoTako/issues/16. (The original `tjabin.exe` doesn't properly handle `#BPMCHANGE` commands.)
- Better handle commands that `tjabin.exe` fails for (`#SECTION`, `#NEXTSONG`, `#LYRIC`, etc.)
- Provide open source code to act as a reference for parsing and writing both the TJA and Fumen file formats. - Provide open source code to act as a reference for parsing and writing both the TJA and Fumen file formats.
- Stick to the Python stdlib, i.e. no external dependencies if possible. - Stick to the Python stdlib, i.e. no external dependencies if possible.