midi-0.1.5.1: Handling of MIDI messages and files

Sound.MIDI.File.Event.Meta

Synopsis

Documentation

data Key Source

The following enumerated type lists all the keys in order of their key signatures from flats to sharps. (Cf = 7 flats, Gf = 6 flats ... F = 1 flat, C = 0 flats/sharps, G = 1 sharp, ... Cs = 7 sharps.) Useful for transposition.

data Scale Source

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

Constructors

Major 
Minor 

defltDurT :: ElapsedTimeSource

Default duration of a whole note, in seconds; and the default SetTempo value, in microseconds per quarter note. Both express the default of 120 beats per minute.

get :: C parser => Fallible parser TSource

put :: C writer => T -> writerSource