m0j0hn / editor-on-fire

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

Put Song Length In INI File #276

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the song.ini file is saved it would be useful for some games to have the 
song length as an INI setting. This is useful for cases when the audio is being 
streamed from a remote location and the length can't be known in advance by the 
game engine.

I am posting this here because someone has contacted me regarding their own 
rhythm game that is being made and they requested this feature.

Original issue reported on code.google.com by xander4j...@yahoo.com on 14 Jul 2013 at 2:58

GoogleCodeExporter commented 8 years ago
So, just output the value of eof_music_length?  In what format (seconds, 
mm:ss.ms, something else)?

Original comment by raynebc on 15 Jul 2013 at 7:05

GoogleCodeExporter commented 8 years ago
Just milliseconds since that is much easier to parse.

Original comment by xander4j...@yahoo.com on 15 Jul 2013 at 9:06

GoogleCodeExporter commented 8 years ago
Added in r1168.  For now, the tag is named "song_length", but changing it to 
something else would take mere seconds.

Original comment by raynebc on 16 Jul 2013 at 11:31