med-module-0.1.3: Parse song module files from Amiga MED and OctaMED
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.MED.Generic.Block

Documentation

type Note = Int Source #

type Inst = Int Source #

type Cmd = Int Source #

type Val = Int Source #

type Line = (Maybe Highlight, [(Note, Inst, [(Cmd, Val)])]) Source #

data MEDBlock Source #

Constructors

MEDBlock 

Fields

Instances

Instances details
Human MEDBlock Source # 
Instance details

Defined in Sound.MED.Generic.Block

humanLine :: Int -> [(Note, Inst, [(Cmd, Val)])] -> String Source #