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

Safe HaskellNone
LanguageHaskell2010

Sound.MED.Basic.Amiga

Documentation

type Peek m a = PTR -> m a #

peekPTR :: Reader m => Peek m PTR #

runStorable :: StorableReader a -> MEM -> IO a #

type PTR = Word32 #

type LONG = Int32 #

type ULONG = Word32 #

type WORD = Int16 #

type UWORD = Word16 #

type BYTE = Int8 #

type UBYTE = Word8 #

loadMEM :: String -> IO MEM #

freeMEM :: MEM -> IO () #