midi-0.2.0.1: Handling of MIDI messages and files

Safe HaskellSafe-Infered

Sound.MIDI.KeySignature

Synopsis

Documentation

data T Source

Constructors

Cons Mode Accidentals 

Instances

data Mode Source

The Key Signature specifies a mode, either major or minor.

Constructors

Major 
Minor 

get :: C parser => Fallible parser TSource