(no title)
nrdvana | 9 months ago
"Oh sorry, that package doesn't exist yet, but it ought to. One moment... Ok, try installing it now."
nrdvana | 9 months ago
"Oh sorry, that package doesn't exist yet, but it ought to. One moment... Ok, try installing it now."
kldg|9 months ago
Most recently when this happened, I made it write an SF2 loader/parser/player and a MIDI parser/"relay" library compatible with it for javascript to use in a WebGL game. It's familiar enough with ABC notation that you can have it write a song and then write a converter from modified ABC notation to MIDI, too. It can generate coordinates for a xylophone model with individual keys in WebGL with no fuss and wire it up to the SF2 module to play notes based on which key was struck. We can do things like switch out instruments on tracks, or change percussion tracks, or whatever, based on user interactions without fuss.
It's not worth setting up a whole repo for and documenting, because when I make something with it, I inherently prove making it is trivial.