package cue_sheet_maker

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Cue 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 cue_file_format =
  1. | BINARY
  2. | MOTOROLA
  3. | AIFF
  4. | WAVE
  5. | MP3
type cue_track_mode =
  1. | AUDIO
  2. | CDG
  3. | MODE1_2048
  4. | MODE1_2352
  5. | MODE2_2336
  6. | MODE2_2352
  7. | CDI_2336
  8. | CDI_2352
type cue_track_flag =
  1. | PRE
  2. | DCP
  3. | F_4CH
  4. | SCMS
type cd_text = [
  1. | `Arranger of string
  2. | `Composer of string
  3. | `Disc_Id of string
  4. | `Genre of string
  5. | `Isrc of string
  6. | `Message of string
  7. | `Performer of string
  8. | `Size_Info of string
  9. | `Songwriter of string
  10. | `Title of string
  11. | `Toc_Info of string
  12. | `Toc_Info2 of string
  13. | `Upc_Ean of string
]
module Duration : sig ... end
module CueTrack : sig ... end
module CueSheet : sig ... end
OCaml

Innovation. Community. Security.