package llama_midi

  1. Overview
  2. Docs

Module Llama_midi.Meta_eventSource

Sourcetype other = {
  1. type_index : int;
  2. contents : char array;
}
Sourcetype t =
  1. | End_of_track
  2. | Other of other
Sourceval to_string : t -> string