You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
it works perfecly with that mml string :
">ed+ed+ec-dc<a8.ceab8.eg+bb+8.e>ed+ed+ec-dc<a8.ceal8.bdal16b>cde8.fed8.edc8.dc<b8.e>e8.eed+ed+ec-dc<a8.ceab8.eg+bb+8.>ed+ed+ec-dc<a8.ceab8.eg+b16a2"
It doesn't work with this one :
"t64r64l16o5>ed+ed+ec-dc<a8.ceab8.eg+bb+8.e>ed+ed+ec-dc<a8.ceal8.bdal16b>cde8.fed8.edc8.dc<b8.e>e8.eed+ed+ec-dc<a8.ceab8.eg+bb+8.>ed+ed+ec-dc<a8.ceab8.eg+b16a2"
The issue is in fact that the first part "t64r64l16o5". It's used by some generators to specify BPM and other settings.
From timbre.js perpective we can notice that the song continue to be played, even if there is some unknown caracters. But the event 'ended' is raised.
Hi,
Thanks for your work. I'm doing a mml gui of my own and I discovered your library. Great job !
I just noticed that the event 'ended' was raise even if the song is not finished.
So the song continue to play but the event is raised...
Maybe that's not a bug, but I had to ask.
Here is a part of my code to enlight you:
function _play(mmlPartition) {
playBtn.html('Pause');
var player = T("mml", {mml: mmlPartition}, gen);
The text was updated successfully, but these errors were encountered: