Publisher | Kaoru Shoji |
---|---|
File size | 1.45MB |
Number of files | 80 |
Latest version | 1.4.2 |
Latest release date | 2024-02-27 03:10:56 |
First release date | 2021-08-10 01:56:16 |
Supported Unity versions | 2018.4.2 or higher |
MIDI Plugin for Mobile, Desktop, and WebGL.
This asset add MIDI functions to your apps, such as transeiving MIDI events, playing/recording MIDI sequence.
WebGL Demo
This asset's sample scene with WebGL platform build.
https://kshoji.github.io/Unity-MIDI-Plugin-supports
This demo site can handle USB/Bluetooth MIDI devices, and show received events from them.
Features
- Can connect with BLE MIDI(iOS, Android, OSX, Linux, WebGL), USB MIDI(Android, UWP, OSX, Linux, Windows, WebGL), Network MIDI(except for WebGL) devices.
- Transfer all MIDI 1.0 events with MIDI devices.
- Can implement apps for all available platforms with the same script interface.
- MIDI event sending with wrapped C# functions.
- MIDI event receiving with Unity Event System.
- MIDI sequencer feature enables playing / recording SMF sequence, also has SMF reading / writing features.