m0j0hn / editor-on-fire

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

Lyric import should provide padding between lyrics #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to import pitchless lyrics for one of my charts ("Brand New Day"), 
the timings are all lost and run into each other.

Original issue reported on code.google.com by raynebc on 29 Sep 2010 at 6:38

GoogleCodeExporter commented 9 years ago
I think this was just because the lyrics lined up together without whitespace 
between a large number of them.  A good workaround may be to enforce minimum of 
1ms padding between one lyric and the next.

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

GoogleCodeExporter commented 9 years ago

Original comment by raynebc on 1 Oct 2010 at 7:39

GoogleCodeExporter commented 9 years ago
Decrementing the durations instead of altering the timestamps of lyrics should 
prevent any kind of desync that this would cause.

Original comment by raynebc on 1 Oct 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Completed in r434.

Original comment by raynebc on 3 Oct 2010 at 7:10