Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

MIDI usage for "Hololens 2"

Discussion in 'AR/VR (XR) Discussion' started by hiroyuki26, Sep 11, 2020.

  1. hiroyuki26

    hiroyuki26

    Joined:
    Sep 11, 2020
    Posts:
    2
    I want to develop hololens2 application which has a function receiving/sending MIDI.
    However, I could mot find MIDI library or sample project for Unity.

    Does someone know the good way to develop hololens2 app using MIDI??

    I had already tried to use "Midijack".( https://github.com/keijiro/MidiJack)
    But it did not work on Hololens2(ARM).

    Please let me know, if you have good way(ex: sample project, library ).