A [Tauri](https://tauri.app) plugin designed to emulate the [WebMIDI API](https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API).
[Documentation](https://docs.rs/tauri-plugin-midi)
To run the example:
```bash
pnpm i
pnpm build
cd example/
pnpm tauri dev
```