MIDIInputMap
-
Represents all of the available MIDI input ports.
MIDIOutputMap
-
Represents all of the available MIDI output ports.
MIDIAccess
-
Provides the methods to list input and output devices, and to access an individual device.
MIDIPort
-
Represents an individual MIDI port.
MIDIInput
-
Provides a method for dealing with MIDI messages from an input port.
MIDIOutput
-
Queues messages to the linked MIDI port. Messages can be sent immediately or after a specified delay.
MIDIMessageEvent
-
The event passed to the
MIDIInput
midimessage
event. MIDIConnectionEvent
-
The event passed to the
MIDIAccess
statechange
events, when a port becomes available or unavailable.