Closed GoogleCodeExporter closed 8 years ago
eof_import_chart was setting the ppqn value of the last beat to 0 because this
chart's last anchor event was TS change (which is stored as a structure with a
tempo of 0). This caused the floating point equation in eof_calculate_beats()
to fail, setting beat_length to a value of 0. Thus the loop in
eof_calculate_beats() would run forever or until the program crashed.
Original comment by raynebc
on 20 Mar 2011 at 1:49
Fixed in r725.
Original comment by raynebc
on 20 Mar 2011 at 1:52
Original issue reported on code.google.com by
raynebc
on 18 Mar 2011 at 12:54