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