digital-sound-antiques / msxplay-js

A msx sound player for JavaScript
http://digital-sound-antiques.github.io/msxplay-js/
70 stars 3 forks source link

Song Length > 5:00 #1

Closed Xyz39808 closed 8 years ago

Xyz39808 commented 8 years ago

Player limits song length. Long mml such as https://dl.dropboxusercontent.com/u/39060235/wellbeefington.mus do not play for entire duration.

Compile to .mgs for full 7:33

okaxaki commented 8 years ago

Thank you for your attachment. Currently there's no configuration in the editor page. I should introduce a setting or some meta command line embeded in MML as comment like shebang.

By the way, i like the attached song very much. It's that a chiptune I really wanted to listen.

okaxaki commented 8 years ago

Sorry I forgot to post this feature. ATM song length can be specified by duration command at the first comment line of MML like:

;[duration=300s]
#opll_mode 1
#tempo 120
#title { "No Title"}
...