Paul Rosen
Paul Rosen
I plan to release a better version of this by the end of the year.
I do have plans to work on the soundfont as soon as I get a chance. Is the distortion because the signal is overloaded? One thing I was planning on...
What exactly is the URL of the soundfont you are using? You can find out by going to the browser's dev tools and clicking the "Network" tab and finding a...
Not currently, but I was thinking about adding a place for the user to set global directives. I am not sure when I'll get to it, though. I put it...
I overrode the styles and I think that passes: ``` .vgt-table thead th.sorting-desc button:before { border-top: 5px solid transparent; } .vgt-table thead th.sorting-asc button:after { border-bottom: 5px solid transparent; }...
I use the second form and it did work for me. The exact line is: ``` ```
I'm seeing this issue, too.
I don't understand the code yet, but it looks like `startAudio()` is counting the time of meta events. Here are the first four events in my file. The second, third,...
I still don't understand exactly what is going on in `startAudio()`, but changing this line appears to fix the problem for me: ` if ((queuedTime += obj[1]) < currentTime) {...
I seem to recall that you need to strip off the first part of your midi string. (I actually construct my own structure so I don't use the referenced code...