
This asset adds features receiving / sending MIDI events, and playing / recording SMF.
Supports mobile(iOS, Android, UWP), desktop(Mac, Win, Linux), and WebGL.MIDI Plugin for Mobile, Desktop, and WebGL.This asset add MIDI functions to your apps, such as transeiving MIDI events, playing/recording MIDI sequence and import/export SMF midi files.WebGL DemoThis asset's sample scene with WebGL platform build.https://kshoji.github.io/Unity-MIDI-Plugin-supportsThis demo site can handle USB/Bluetooth MIDI devices, and show received events from them.FeaturesCan connect with BLE MIDI(iOS, Android, OSX, Linux, WebGL), USB MIDI(Android, UWP, macOS, Linux, Windows, WebGL), Network MIDI(except for WebGL) devices.Transfer all MIDI 1.0 events, all MIDI 2.0 events with MIDI devices.MIDI 2.0 features are available for iOS, macOS, Android, Linux.Transfer MIDI Polyphonic Expression(MPE) messages. (experimental)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, or C# event delegate.MIDI sequencer feature enables playing / recording SMF sequence, also has SMF reading / writing features.Supports Inter App MIDI connections(virtual MIDI) for iOS, macOS, Android and Linux.Supported Unity versionsUnity 2019, 2020, 2021, 2022, 2023, 6Supported OS/PlatformMobile: iOS, Android, Universal Windows PlatformDesktop: Mac OSX, Windows, LinuxWebGLUnity Editor: Mac OSX, Windows, LinuxDocumentation and supportshttps://github.com/kshoji/Unity-MIDI-Plugin-supports