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
thanks for the great lib and the integration with Vexflow.
I faced an issue that my track is not playing dotted notes. So i checked the code and found an issue with the conversion from vexflow to the NoteEvent. I checked the vexflow documentation as well as the midiwriter code. I found the method VexFlow.prototype.convertDuration which is checking for the VexFlow duration and additional modifications like tuplets or dots.
Hey there,
thanks for the great lib and the integration with Vexflow.
I faced an issue that my track is not playing dotted notes. So i checked the code and found an issue with the conversion from vexflow to the NoteEvent. I checked the vexflow documentation as well as the midiwriter code. I found the method VexFlow.prototype.convertDuration which is checking for the VexFlow duration and additional modifications like tuplets or dots.
The passed note is a Tickable or StaveNote - but i did not find any property for "dots", so overrode the method by checking for the modifiers instead.
Maybe i am missing something, maybe i can help anyone else out there.
Cheers!
The text was updated successfully, but these errors were encountered: