a1k0n / jsxm

FastTracker 2 .xm module player in Javascript
http://www.a1k0n.net/code/jsxm/
MIT License
485 stars 36 forks source link

Add Events e.g. `onSpeedZero` or `onLooping` #22

Open PeterNerlich opened 8 years ago

PeterNerlich commented 8 years ago

I suggest adding bindable events. In particular I would find something like onSpeedZero or onLooping interesting. I imagine:

a1k0n commented 8 years ago

I don't think F00 actually stops the song; speed 0 would be infinitely fast, technically. But yeah, something like that.

PeterNerlich commented 8 years ago

Oh, right. Well I just looked a little bit into downloaded *.xms and stumbled over this effect call stopping playback. I pretty much don't know anything about what does what... :P