MidiPlayerJS icon indicating copy to clipboard operation
MidiPlayerJS copied to clipboard

Add method to fetch lyrics from specific track

Open a4smanjorg5 opened this issue 2 years ago • 0 comments

Hi, please add method to fetch lyrics from specific track and return array of track.parseEvent()

Expect output:

[
  { track, delta, tick, byteIndex, "name": "Lyric", string },
  { track, delta, tick, byteIndex, "name": "Lyric", string },
  { ... },
]

a4smanjorg5 avatar Jun 26 '22 06:06 a4smanjorg5