bbbradsmith / nsfplay

Nintendo NES sound file NSF music player
https://bbbradsmith.github.io/nsfplay/
280 stars 45 forks source link

xgm: add "INFINITE" option to never apply fade-out #34

Closed jprjr closed 4 years ago

jprjr commented 4 years ago

You know in hindsight, it may make more sense to add this as a property with get/set method to NSFPlayer, and call it something like auto_fade. Adding it to NSFPlayerConfig means the setting would be exposed to the plugins/players, and I haven't tested how this behaves there.

I'll rework this to not expose that setting.