Paul Rosen

Results 321 comments of Paul Rosen

I agree that I'd love this feature! I have it on my list but don't know exactly when it will be done.

See https://github.com/paulrosen/abcjs/blob/dev/examples/modify-synth-input.html It will be in the main branch when I release the next beta.

I think the legacy build needs to be the default for the minified versions. Perhaps the new bundled library should be `abcjs-modern-min.js`. For the node version I'm not sure. We...

I agree - the extra build isn't worth it for that. Plus I bet that removing the shims that I put in over the years would be more than 4K....

I'm revisiting this and doing some testing. It's not good that the package size jumps 80K for the polyfills when I know from browser testing they aren't necessary. And if...

I think the problem is there are too many notes for the width of the staff. If you don't set it, I think it is set to 700px. You can...

I suppose one of the options similar to wrap could be "make staff wider" that takes a number that is how close notes can be to each other and a...

Agree that's a bug. A work around is to switch these two lines: ``` P: A V: chords ```