vivaria / tja2fumen

Mod tool to convert TJA chart files (.tja) into .bin files compatible with official games
https://pypi.org/project/tja2fumen/
MIT License
14 stars 1 forks source link

Use classes instead of dictionaries to represent songs, measures, notes, headers, etc. #9

Closed vivaria closed 1 year ago

vivaria commented 1 year ago

This would:

vivaria commented 1 year ago

An additional note: Right now in the test suite, we're manually comparing each and every property between the cached fumen files and the converted TJAs.

As an alternative, we could potentially use the __eq__ method of these hypothetical song/measure/note objects to perform comparisons between separate song objects.