midi-0.2.1.5: Handling of MIDI messages and files

Safe HaskellSafe-Inferred
LanguageHaskell2010

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 T Source