An open API service indexing awesome lists of open source software.

https://github.com/specta-rs/tauri-plugin-midi

A WebMIDI-compatible plugin for Tauri
https://github.com/specta-rs/tauri-plugin-midi

midi tauri tauri-plugin tauri-plugin-midi webmidi

Last synced: about 1 month ago
JSON representation

A WebMIDI-compatible plugin for Tauri

Awesome Lists containing this project

README

        

# tauri-plugin-midi

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)

## Contributing

To run the example:

```bash
pnpm i
pnpm build

cd example/
pnpm tauri dev
```