abcjs
abcjs copied to clipboard
I:repeat
The directive I:repeat doesn't appear to be supported. Do we have the graphical ready somewhere in the code?
That is a new one - I don't remember seeing that directive before. The symbol is not included. It wouldn't be hard to add it, though. I'll at least add the symbol in the next release. I'm guessing there are some complications to adding the whole feature - in particular, what happens in TimingCallbacks or when playing midi?
Great. Yes its not part of the standard, but I needed it the other day .
I found it here
https://sourceforge.net/p/easyabc/discussion/general/thread/f6981c39/?limit=25
but I don't like the [I:reapeat], simply % would be more intuitive.
Just to be clear, the simile symbol I was looking for is this
As for implementation at the moment I would just use pause implementation but with the graphic symbol of simile instead. Next could be a raw copy of the midi.
Ill have a look at it