đĨMidiJack Setup (Legacy Input)
How to install and configure MidiJack
Last updated
How to install and configure MidiJack
Last updated
MidiJack is included by this setup and should not be installed from github or elsewhere. If any other instances of MidiJack exist in the project, they should be removed first before continuing.
Open the Package Manager from the Windows menu.
Select Timeflow and scroll down to the samples to locate MidiJack.
Click Import to install the package.
To confirm that MidiJack is installed and working, open the MidiJackExample scene.
Then in the Hierarchy window, select the MidiReceiver object and view it in the inspector.
If you see the warning message displayed below, click Setup MidiJack to complete the installation.
This adds the scripting define symbol MIDIJACK to the Player Settings, which enables related features in Timeflow. If this symbol is missing then script compile errors will report that the type or namespace 'MidiJack' cannot be found.
If for some reason the auto-setup fails, the scripting define symbol may be added in Project Settings / Player, as shown below.
After scripts are done recompiling, the warning will go away and you can now start using MidiJack. With a MIDI device connected, enter play mode to test input.
For further instructions, see the Midi Receiver page.
To uninstall MidiJack, remove the MIDIJACK scripting define symbol from Player Settings, and delete the MidiJack samples from the project.
MidiJack was created by Keijiro https://github.com/keijiro/MidiJack