Cue_sheet_makerSourceCue sheet maker a library that allow to create cue sheet by given some information
cuesheet:CueSheet is the main sub module of the library: It contains functions to handle the cue sheet
cuetrack:CueTrack contains functions to handle tracks described in the cue sheet
duration:Duration contains type to several forms for time representation
type cd_text = [ | `Arranger of string| `Composer of string| `Disc_Id of string| `Genre of string| `Isrc of string| `Message of string| `Performer of string| `Size_Info of string| `Songwriter of string| `Title of string| `Toc_Info of string| `Toc_Info2 of string| `Upc_Ean of string ]