package llama_midi

  1. Overview
  2. Docs
type system_exclusive = {
  1. manufacturer_id : int;
  2. payload : int list;
}
type t =
  1. | System_exclusive of system_exclusive
  2. | Song_position_pointer of int
  3. | Song_select of int
  4. | Tune_request
  5. | Timing_clock
  6. | Start
  7. | Continue
  8. | Stop
  9. | Active_sensing
  10. | Reset
  11. | Undefined of int
val to_string : t -> string
OCaml

Innovation. Community. Security.