Home - abudaan/JazzMIDIBridge GitHub Wiki

API documentation

JMB the global variable that holds a reference to the JazzMIDIBridge wrapper.

MIDIAccess the wrapper of the Jazz plugin that mimics (partially) the W3C proposal for MIDI support in browsers by Jussi Kalliokoski.

MIDIMessage the object that is created by MIDIAccess.createMIDIMessage() (part of W3C proposal).

MIDIDevice 'base class' for MIDIInputDevice and MIDIOutputDevice (part of W3C proposal).

MIDIInputDevice wrapper for MIDI input devices (part of W3C proposal).

MIDIOutputDevice wrapper for MIDI input devices (part of W3C proposal).