ArcaeaChartRender icon indicating copy to clipboard operation
ArcaeaChartRender copied to clipboard

Another chart previewing library for Arcaea.

Results 1 ArcaeaChartRender issues
Sort by recently updated
recently updated
newest added

具体问题如下 ```python3 from aff.decoder import parse_aff from utils import read_file chart = parse_aff(read_file("alterego_2.aff")) # 这里hold是179,实际为177 hold = chart.get_combo_of(Hold) # 这里总数量为1468,实际物量为1466 total_combo = chart.get_total_combo() ```