markcox / game-music-emu

Automatically exported from code.google.com/p/game-music-emu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Read fade lenght from SPC file headers #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The SPC header format can optionally specify a fadeout length, gme reads this 
but doesn't do anything with it. I'd like to propose that this length, if its 
present, is used as the fadeout length when using gme_set_fade instead of the 
default of 8 seconds. Or alternatively that issue #9 is implemented and gme 
then adds a way to get the value specified in this header.

Original issue reported on code.google.com by andreas....@gmail.com on 19 Apr 2013 at 11:27