A class library for opening, parsing, and saving MIDI files.

KeySignature Class

Key Signature Meta Event.

For a list of all members of this type, see KeySignature Members.

System.Object
   TrackEvent
      MetaEvent
         KeySignature

public class KeySignature : MetaEvent

Remarks

Key Signature, expressed as the number of sharps or flats, and a major/minor flag.

0 represents a key of C, negative numbers represent 'flats', while positive numbers represent 'sharps'.

Requirements

Namespace: EF.SimpleMIDI

Assembly: EF.SimpleMIDI (in EF.SimpleMIDI.dll)

See Also

KeySignature Members | EF.SimpleMIDI Namespace