MidiInput


Represents a MIDI input used to receive MIDI data. This can be either a physical MIDI Input or a virtual device like the Java Sequencer. Open a MidiInput by using MidiInputDevice-createInput, and use the MidiInput-plug-Object method to register callbacks to your objects. Use MidiInput-close to clear the callback list, and use MidiInput-closeMidi to close the corresponding MidiDevice (however, this will close all MidiInputs connected to this device).