midi-0.2.2: Handling of MIDI messages and files

Safe HaskellSafe
LanguageHaskell2010

Sound.MIDI.KeySignature

Synopsis

Documentation

data Mode Source

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

Constructors

Major 
Minor 

get :: C parser => Fragile parser T Source