TheBoxyBear / charttools

Library for editing Clone Hero song files in .NET
https://theboxybear.github.io/charttools
GNU General Public License v3.0
13 stars 5 forks source link

Improve accurary of cutting sustains by considering open notes #59

Closed TheBoxyBear closed 2 years ago

TheBoxyBear commented 2 years ago

If a sustain on a non-open note goes past an open note, cut it up to the open note. With that same logic, a sustain on an open note should be cut on the next non-open note. In its current state, extended sustains are also not being considered.

TheBoxyBear commented 2 years ago

Implemented and merged in beta.