HCodecs-0.4.1: A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files.

CopyrightGeorge Giorgidze
LicenseBSD3
MaintainerGeorge Giorgidze <http://cs.nott.ac.uk/~ggg/>
StabilityExperimental
PortabilityPortable
Safe HaskellNone
LanguageHaskell98

Codec.SoundFont

Description

Module for reading and writting of SoundFont instrument description files.

Documentation

data Sdta Source

Constructors

Sdta 

Instances

data Phdr Source

Constructors

Phdr 

Instances

data Bag Source

Constructors

Bag 

Fields

genNdx :: Word
 
modNdx :: Word
 

Instances

data Mod Source

Constructors

Mod 

Instances

data Inst Source

Constructors

Inst 

Instances

buildSdta :: Sdta -> Builder Source

buildPdta :: Pdta -> Builder Source