Skip to main content

Enum Pitch

Represents a musical note

Assembly: MicroAudio.dll
View Source
Declaration
public enum Pitch

Fields

C

The C note

View Source
Declaration
C = 0

CSharp

The C sharp note

View Source
Declaration
CSharp = 1

DFlat

The enharmonic equivalent of C sharp

View Source
Declaration
DFlat = 1

D

The D note

View Source
Declaration
D = 2

DSharp

The D sharp note

View Source
Declaration
DSharp = 3

EFlat

The enharmonic equivalent of D sharp

View Source
Declaration
EFlat = 3

E

The E note

View Source
Declaration
E = 4

F

The F note

View Source
Declaration
F = 5

FSharp

The F sharp note

View Source
Declaration
FSharp = 6

GFlat

The enharmonic equivalent of F sharp

View Source
Declaration
GFlat = 6

G

The G note

View Source
Declaration
G = 7

GSharp

The G sharp note

View Source
Declaration
GSharp = 8

AFlat

The enharmonic equivalent of G sharp

View Source
Declaration
AFlat = 8

A

The A note

View Source
Declaration
A = 9

ASharp

The A sharp note

View Source
Declaration
ASharp = 10

BFlat

The enharmonic equivalent of A sharp

View Source
Declaration
BFlat = 10

B

The B note

View Source
Declaration
B = 11

Rest

Represents a rest note

View Source
Declaration
Rest = 12