In the current implementation, for successive #LNOBJ's, each TimeLine containing LongNote destination contains a reference to the same LongNote object. This is contrary to the fact that LongNote's start and end pairs must be 1: 1.
I think that you should decode only the longest or shortest LongNote object to model.
(However, this method will miss the original music score.)
In the current implementation, for successive #LNOBJ's, each TimeLine containing LongNote destination contains a reference to the same LongNote object. This is contrary to the fact that LongNote's start and end pairs must be 1: 1.
I think that you should decode only the longest or shortest LongNote object to model.
(However, this method will miss the original music score.)