ZillaLib
ZillaLib copied to clipboard
TinySoundfont player questions
I just discovered your ZillaLib and TinySoundfont projects a couple of days ago. I love the approach of bundling the SoundFont and MIDI player in WebAssembly. Is the code for the WebAssembly portion of https://schellingb.github.io/TinySoundFont/CustomSoundFont.html available in your repositories? I'm also going to install ZillaLib and work through some examples there. I think the embedded WebAssembly could work well for my current project, which involves HTML5, Electron, and Capacitor. Initially I was wondering if there are other functions exposed from the webassembly module - in addition to WMP_LoadSoundFont and WMP_LoadMIDI - setting volume, stopping/starting for example.