Paul Rosen
Paul Rosen
So, would you like an option for the user to replace `getNote`, so that you pass in a function to use instead?
Thanks for the bug report. I'll get to this when I can, hopefully soon.
I fixed the first case, but realized I didn't fix the second case. Sorry - I should have another release before too long.
I can't tell without seeing more of your code where the problem is. But for transposing the audio you should be able to do that with no changes. If you...
I might not be following this exactly but I see you setting the tune when the component is mounted, but I don't see it being recreated if `this.props.transpose` changes. Is...
Oh, I see. I didn't understand. I'll see if I can reproduce.
What version of abcjs did you specify In `package.json`? I suspect it is an old version because the import has changed from `import abcjs from 'abcjs/midi';` to `import abcjs from...
Thanks for the bug report. I'll work on it.
Yeah - the current algorithm doesn't work. What's your suggestion for how to figure out the length of them? It needs to work at both slow and fast tempos and...
Thanks for that analysis! When I looked at it before it just seemed very idiosyncratic. My first inclination is that tempo shouldn't be a factor - that is, the music...