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

Safe HaskellNone
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

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