it('should be able to process long notes', function () {
    const chart = Compiler.compile('#00151:01010202').chart
    const notes = Notes.fromBMSChart(chart)
    expect(notes.all()).to.have.length(2)
  })