package llama_midi

  1. Overview
  2. Docs
type time_code = {
  1. smpte_format : int;
  2. ticks_per_frame : int;
}
type t =
  1. | Ticks_per_quarter_note of int
  2. | Time_code of time_code
val to_string : t -> string
OCaml

Innovation. Community. Security.