Paul Rosen

Results 321 comments of Paul Rosen

Sorry! I've had limited time lately so I decided I had to release what was ready.

Thanks for this. That's a useful feature. The changes to `abc_parse_book.js` look fine, but I think I'd like to change some things in `abc_tunebook.js`. I don't think the "get" function...

That is a volatile section of the standard. That particular command is odd, though. It doesn't affect what is displayed at all. It's effect is to make the synth incorrect....

That's not possible directly. You have two choices that I can think of: you can use a different accent or you can do some post-processing programming. So, if it is...

I looked around and I don't see any syntax already existing for specifying this. I can create a parameter, something like: ``` renderAbc("paper", abcString, { accentsAbove: true }) ``` I'm...

No. That would be an awesome feature. I've looked into the problem a little bit and it is not trivial. I think there are some packages that will go from...

Ok I don't think that will be too hard. I wasn't aware of that! It appears that it should have no effect on the music but just be a visual...

Sorry, there is not currently a way to do that. However, if you can produce a small ABC string and note where you want to specify string, maybe something can...

Using your example I don't hear a click, but the note definitely stops early. Are you using a different voice besides piano? It stops early because, to save space, each...

It would be possible for someone who knew how to stretch the sample if the length was longer than the sample. I don't have time to research it, but I'd...