nbruley
nbruley
Is there a workaround for this? e.g. to wrap the text for abcjs-meta-bottom class?
Yes, I was thinking to wrap to two lines. My use case is a copyright statement at the bottom of the score since copyright administrators specify to put it at...
If I change it to 6/4 time instead of 12/8 it has the same speed. Is that also what you would expect? Regardless, adding the new tempo does work, thank...
Is there documentation on how to use click events for note clicks? I'd like to display the classes on the note that is clicked to speed up generating the CSS...
Yes!! Exactly. Thank you.
Here is my workaround code for playing fermatas: javascript regex (may only work for SATB, and may need some bugs worked out): ``` TuneABCplayback = TuneABC.replace(/(?:H|h|!invertedfermata!|!fermata!)((_|=|^){0,1}\w(,|'){0,2}[1-9]{0,1})/g,"\$1-\$1"); //change fermata without brackets...
I tried creating a whole new function to play on repeat with different variable for audioContext and that didn't do anything...
Well, issue #764 required me to change the context from global to local in order to not lose the sound when they leave the app and come back. Even so,...
Does it impact anything that I'm playing inside $.get() ?
Strangely, I have found that if I close the app and reopen it, it now repeats just fine. This appears to be the same in Android as Apple, so maybe...