page200
page200
I modified [`MIDIPlayer.html`](https://github.com/mscuthbert/midicube/blob/master/examples/MIDIPlayer.html) such that it plays `passport.mid` (precisely the version available for example [here](https://archive.org/download/passport_202011/PASSPORT.MID), converted to base64 and put into the `song` variable) using SoundFonts from https://gleitz.github.io/midi-js-soundfonts/. The instruments...
> can you paste the midicube code you are using to load it and playback. That version of `MIDIPlayer.html` is [attached here](https://github.com/user-attachments/files/16861876/MIDIPlayer.zip). I modified this file in this 2019 version...
Hi, I'm trying to understand this discussion. Is latency in fact reduced by running on the main thread? Can it be even further reduced by implementing an option to not...
> If you could give me a little more context, I might be able to give you some advice. Thank you. :) I would like to playback MIDI songs in...
[Here is `unpack_bits()`](https://github.com/numpy/numpy/blob/397b7a85943fbaf9e9f34a11e3ce372059e6b9c7/numpy/_core/src/multiarray/compiled_base.c#L1796) in `numpy/numpy/_core/src/multiarray/compiled_base.c`
It would be useful. Maybe we can even forgo the overhead of the parameter checks that NumPy does, or at least do "memoization" so that those checks are performed only...
> That would break `numpy`-compatibility. If you're concerned about the keyword arguments, then we should do this in `utils` and not as a standard `numpy` function. > That would save...
@surikov's patches introduce pitch bend etc., and my patch https://github.com/surikov/webaudiofont/pull/95 adds support for MIDI files with custom pitch-bend range, so that the pitch bend is correct for them. What form...
My patch fixes the pitch-bend range. @nfroidure's repos don't have pitch bend yet (as far as I know / in the form we're discussing). @surikov's repo does. Here's the blame...
Yes, that sounds like an appropriate author attribution. And feel free to attribute me for the pitch-bend range functionality, if that makes things easier. I welcome a license that benefits...