med-module-0.1: Parse song module files from Amiga MED and OctaMED
Sound.MED.Generic.Block
type Note = Int Source #
type Inst = Int Source #
type Cmd = Int Source #
type Val = Int Source #
type Highlight = Bool Source #
type Line = (Maybe Highlight, [(Note, Inst, [(Cmd, Val)])]) Source #
data MEDBlock Source #
Constructors
Fields
Instances
Methods
human :: MEDBlock -> String Source #
medblock0 :: MMD0Block -> MEDBlock Source #
medblock1 :: MMD1Block -> MEDBlock Source #
highlightLine :: Int -> Line -> String Source #
humanLine :: Int -> [(Note, Inst, [(Cmd, Val)])] -> String Source #
notes :: [String] Source #