MatthewDorner / abcjs-vexflow-renderer

VexFlow renderer for ABC notation music using abcjs as parser.
GNU General Public License v3.0
23 stars 3 forks source link

Don't you convert ABC notation strings directly to musicXML and then you can use vaxFlow? #21

Closed dongzide closed 1 year ago

dongzide commented 3 years ago

Don't you convert ABC notation strings directly to musicXML and then you can use vaxFlow? Why use abcJS?

MatthewDorner commented 2 years ago

What libraries can do this? I could've missed something but ABCJS seemed like the best ABC parser I could find, also building my library as a layer between the two allowed me to add things like tunings for different instruments which I wanted for my app.