package portmidi

  1. Overview
  2. Docs

Module Portmidi.Portmidi_eventSource

Sourcetype t = {
  1. message : int32;
  2. timestamp : int32;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval timestamp : t -> int32
Sourceval message : t -> int32
Sourcemodule Fields : sig ... end
Sourceval create : status:char -> data1:char -> data2:char -> timestamp:int32 -> t
OCaml

Innovation. Community. Security.