MIDIDevice - abudaan/JazzMIDIBridge GitHub Wiki

MIDIDevice is a wrapper for the MIDI device object as returned by the Jazz plugin.

The methods and statics that are described here apply to both MIDIInputDevice and MIDIOutputDevice; for specific methods see their own pages.

open()

Opens the device.

close()

Closes the device.

isOpen

Returns true when the device is open, else false.

index

The index number of this device in the array as returned by MIDIAccess.enumerateInputs() or MIDIAccess.enumerateOutputs()

device

A reference to the device object as returned by the Jazz plugin.

deviceName

Returns the name of the device, e.g. "Microsoft GS Wavetable Synth".

deviceManufacturer

Not implemented yet, always returns null.

deviceVersion

Not implemented yet, always returns null