johentsch / ms3

A parser for annotated MuseScore 3 files.
https://ms3.readthedocs.io
GNU General Public License v3.0
42 stars 3 forks source link

Endless loop #24

Closed johentsch closed 1 year ago

johentsch commented 3 years ago

ms3.parse.next2sequence() should check whether the next column contains the value -1 somewhere to prevent an endless loop.

johentsch commented 1 year ago

resolved via 1692a95