midi-0.2.1.3: Handling of MIDI messages and files

Safe HaskellSafe-Inferred

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 => Fragile parser TSource