BillyWM / jsmodplayer

A Javascript .MOD and .XM music player
http://billy.wenge-murphy.com/jsmodplayer/firefox.html
MIT License
63 stars 8 forks source link

Mop up the spaghetti #8

Open BillyWM opened 10 years ago

BillyWM commented 10 years ago

Code seriously needs to be organized into one sane player object where user can instantiate it and just hit play. Do away with the globals and other practices.

BillyWM commented 6 years ago

Finally revisiting this project. Refactor is in progress.

Refactor is being done as same time as new demo. Pull in refactor from separate demo repo when done.

BillyWM commented 6 years ago

Successfully pulling in refactored code from demo depends on at least #12 and #14 being completed in addition to those already closed.