Paul Rosen

Results 321 comments of Paul Rosen

Are you doing `this.synthController = new ABCJS.synth.SynthController()` as part of recreating? Other than that, I'd have to see your site to debug.

I see the problem - yes, it is related to caching. Once the note is loaded I don't bother getting it again. This will be fixed in the next version....

Do you have prep beats? That will change the percentages a little - for instance if you have 8 measures, but 2 measures of intro then bar 4 is actually...

Hi Antoine, the first thing I notice is that you've requested a merge to `main`. Please merge to `dev` instead. I push to main only when I'm creating a release....

First thing I noticed is that the copyright notice is not on top of the abcjs-basic.min.js file.

I forgot to add the abcjs-editor shortcode to the readme. Sorry about that - it will be in the next version. Unfortunately, this version doesn't support the `synth` option in...

What computer and browser are you on? Is there anything else unusual about your setup? Like, do you have the browser zoom level not at 100%?

Interesting example. Yes, I see multiple issues. I'd love to get some help with them. I'll work on them, but it will be slow since I'm in the middle of...

I think some people have created editors like that, but it isn't built in. You can see the way to do it in this example: https://paulrosen.github.io/abcjs/examples/dragging.html But that is only...

If you're trying to do multiple voices then you should use the `%%score` line. But if you are doing something fancy where they are actually two different pieces of music...