Class type MIDI.IO.Writer.t


class type t = object .. end

method put : int -> MIDI.event -> unit
method note_off : int -> int -> float -> unit
method note_on : int -> int -> float -> unit
method advance : int -> unit
method close : unit