carlito913 / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Exported lyrics are glitchy #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I have EOF import a MIDI for a vocal chart I made in EOF, some lengths are 
lost.  When I run it through the lyric converter, I get several "Warning: Note 
on for a lyric piece has a delta != 0" messages.

Original issue reported on code.google.com by raynebc on 27 Sep 2010 at 6:33

GoogleCodeExporter commented 8 years ago
This appears to be due to the lyric padding logic.  The padding is being 
inserted in a way that causes the lyric event and its note on (pitch) to be 
separated by padding.  The lyric events are going to need to be padded to match 
the note events as appropriate.

Original comment by raynebc on 29 Sep 2010 at 7:30

GoogleCodeExporter commented 8 years ago
Fixed in r412.

Original comment by raynebc on 29 Sep 2010 at 7:39