package cue_sheet_maker

  1. Overview
  2. Docs

Cue sheet maker is a library that allows to create cuesheet by given the necessary information

cuesheet:CueSheet is the main sub module of the library: It contains functions to handle the cuesheet

cuetrack:CueTrack contains functions to handle tracks described in the cuesheet

duration:Duration contains type to several forms of time representation

cuefileformat:CueFileFormat contains several valid formats on which a cuesheet can reference

cuetrackflag:CueTrackMode contains several track mode

cuetrackmode:CueTrackFlag contains per-track encoding flags

module CueFileFormat : sig ... end
module CueTrackMode : sig ... end
module CueTrackFlag : sig ... end
module Duration : sig ... end
module CueTrack : sig ... end
module CueSheet : sig ... end
OCaml

Innovation. Community. Security.