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
- Host: GitHub
- URL: https://github.com/specta-rs/tauri-plugin-midi
- Owner: specta-rs
- License: mit
- Created: 2024-10-01T11:07:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T03:47:32.000Z (4 months ago)
- Last Synced: 2025-04-11T08:36:21.166Z (about 2 months ago)
- Topics: midi, tauri, tauri-plugin, tauri-plugin-midi, webmidi
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 buildcd example/
pnpm tauri dev
```