Click or drag to resize
Tone Enumeration
An enumeration which represents the tones by their names. Starts at C. Values outside the ones enumerated are interpreted as part being a different octave.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Tone
Members
  Member nameValueDescription
C0 C(First element in the enum.)
CSharp1 C♯
D2 D
DSharp3 D♯
E4 E
F5 F
FSharp6 F♯
G7 G
GSharp8 G♯
A9 A
ASharp10 A♯
B11 B(Or H in northern european notation.)
See Also