Midi.Port
MIDI port.
The type for MIDIPort
objects.
val as_target : t -> Brr.Ev.target
as_target p
is p
as an event target.
val open' : t -> unit Fut.or_error
open' p
opens the port.
val close : t -> unit Fut.or_error
close p
closes the port.
id p
is the identifier of p
.
manufacturer p
is the manufacturer of p
.
connection p
is the connection of p
.