Bernhard Weichel
Bernhard Weichel
@moinejf Why don't you like musicXML. Its main advantage is the fact that it works well and is supported by nearly any Music software. and W.Vree's xml2abc works great. To...
@moinejf it was a typo: i mean data model. As I said MusicXML is widely adopted. In my opinion the data model is the crucial thing which should be clear...
@moinejf to be honest, i hesitate to do bigger changes here. As i said the conversion from the JSON -Model to the Zupfnoter Music model is pretty complex. In 2015...
Hi, there is a class to AbcJSON which provides a method to get the music model as json. This is maintained by @moinejf and is a more stable access. You...
I do not understand the point. Why do you expect a a repeat start at the very beginning?
This is, what I get from ``` X:1 T:Problem with line continuation and |: K:C %%text Wrong, missing |: CD\ |:EF GA Bc :| %%text Right, | is printed: CD\...
amazngly it was woking correct in zupfnoter, but i don't recognize why ...
I had tried it with 1.16.4-5-g0ea68e5. I now tried with 1.17.4 and the problem exists. So It was introduced between 1.16.4 and 1.17.4
This is exactly, what I do. I concatenate "abc2svg-1.js", "json-1.js", "setmidi-1.js", "play-1.js" plus the modules to one file and include this in my app. As I do not know which...
I am also pulling the play events from the player in the callback `get_abcmodel`. abcplay.add(tsfirst, voice_tb) player_model = abcplay.clear() where abcplay is an instance of AbcPlay. This approach has problems...