Michael Scott Asato Cuthbert
Michael Scott Asato Cuthbert
I haven't seen mudcube around very much, hence why I forked the repo at https://github.com/mscuthbert/midicube -- you might be able to get the color piano to work in android mobile...
As far as I know the project has been abandoned. I have a fork at https://github.com/mscuthbert/midicube which is taking PRs.
Look at the updated midicube Readme for up-to-date instructions: https://github.com/mscuthbert/midicube ``` MIDI.loadPlugin({ // ... }); ``` Not sure if the configuration you have will work perfectly with that, but it's...
> hi @mscuthbert what about open the tab 'issues' to your repo in https://github.com/mscuthbert/midicube to let community start to talk there? > > it's a nice work! Thank you --...
> It is possible inside 'settings' > 'features' > 'issues' or 'settings' > 'general' > 'issues'; Aha! I've never turned it off before, so I didn't know how to turn...
I get about 14ms delay on my side. Can you post your code? You might look at my music21j project -- it incorporates midicube and manages to get much better...
See note on Issue #273 -- resolve that first before coming back to here. You have a mix of the old pre-webpack and post webpack configuration.
As far as I know the project has been abandoned. I have a fork at https://github.com/mscuthbert/midicube which is taking PRs.
I presume people know that MIDI.js is abandonware and whatever is decided from this thread is unlikely to be implemented. I have an actively developed fork at https://github.com/mscuthbert/midicube
Midicube uses the same soundfont in JS/base64 format as MIDI.js. If you want to load all instruments you'll need to iterate over all 255 sounds but I think that is...