midi-0.2.1.3: Handling of MIDI messages and files

Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.MIDI.KeySignature

Synopsis

Documentation

data T Source

Constructors

Cons Mode Accidentals 

Instances

Eq T 
Ord T 
Show T 
Arbitrary T 

newtype Accidentals Source

Accidentals as used in key signature.

Constructors

Accidentals Int 

data Mode Source

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

Constructors

Major 
Minor 

Instances

get :: C parser => Fragile parser T Source