med-module-0.1.1: Parse song module files from Amiga MED and OctaMED

Safe HaskellNone
LanguageHaskell2010

Sound.MED.Generic.Block

Documentation

type Note = Int #

type Inst = Int #

type Cmd = Int #

type Val = Int #

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

data MEDBlock #

Constructors

MEDBlock 

Fields

Instances

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