Enum ScaleDegree
Represents specific note (degree) of a musical scale.
Namespace: Melanchall.DryWetMidi.MusicTheory
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum ScaleDegree
Fields
Name | Description |
---|---|
Dominant | Dominant of a musical scale (5th degree). |
LeadingTone | Leading tone of a musical scale (7th degree). |
Mediant | Mediant of a musical scale (3rd degree). |
Subdominant | Subdominant of a musical scale (4th degree). |
Submediant | Submediant of a musical scale (6th degree). |
Supertonic | Supertonic of a musical scale (2nd degree). |
Tonic | Tonic of a musical scale (1st degree). |