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
Hi there, I was wondering how hard it would be to add tempo support? Just displaying something simple like:
I don't mind doing it myself, but I'm not sure where the right place in the code is. Also I don't know what your dev cycle is and how to build the code to actually develop and test it.
The text was updated successfully, but these errors were encountered:
Hi, sorry for the very late reply. I would recommend updating Vex.Flow.Backend.MusicXML.prototype.getMeasure to look for the MusicXML tempo indicator, and then set some tempo property on the Measure object indicating that there should be a tempo marker. Then Vex.Flow.DocumentFormatter.prototype.createVexflowStave would have to create the VexFlow tempo indicator from that property (but only for the top Stave!)
Hi there, I was wondering how hard it would be to add tempo support? Just displaying something simple like:
I don't mind doing it myself, but I'm not sure where the right place in the code is. Also I don't know what your dev cycle is and how to build the code to actually develop and test it.
The text was updated successfully, but these errors were encountered: