Paul Rosen
Paul Rosen
Yeah, there does need to be some clarity on those callbacks. For your second point, onEnded doesn't trigger until the entire last beat has finished. That is the first beat...
Ok, thanks for letting me know you are waiting for it. I will be doing another push in the fall and I'll see what I can do. I'd love a...
There are two things to do, one is parsing the string and the other is formatting the output. I would copy a similar command. For instance do a global search...
Unfortunately not. I have the same effect in my apps, too. The visual spacing is set to mimic the standard spacing that you see in printed music, which is not...
See https://paulrosen.github.io/abcjs/audio/synthesized-sound.html#cursorcontrol-object You can set `beatSubdivisions` to give you callbacks often enough to have a smooth cursor.
That's interesting. You should be able to do it by leaving the first definition blank, but I see there is a bug where that isn't working at the moment. I'll...
It would be possible to extend abcjs to do this, but it isn't available out of the box. There is a way to run abc through the parser only without...
According to the picture, there isn't anything in common with the drawing of standard notation so I think the way to handle it is probably to have a separate drawing...
If you put this in the header you can change the annotations globally: ``` %%annotationfont italic 16 ``` But it sounds like you want to change them on the fly....
That's a good idea.