class type t = object .. end
object
end
method put : int -> MIDI.event -> unit
int -> MIDI.event -> unit
method note_off : int -> int -> float -> unit
int -> int -> float -> unit
method note_on : int -> int -> float -> unit
method advance : int -> unit
int -> unit
method close : unit
unit