Skip to main content

Enum Pitch

Represents a musical note

Assembly: MicroAudio.dll
View Source
public enum Pitch

Fields

C

The C note

View Source
C = 0

CSharp

The C sharp note

View Source
CSharp = 1

DFlat

The enharmonic equivalent of C sharp

View Source
DFlat = 1

D

The D note

View Source
D = 2

DSharp

The D sharp note

View Source
DSharp = 3

EFlat

The enharmonic equivalent of D sharp

View Source
EFlat = 3

E

The E note

View Source
E = 4

F

The F note

View Source
F = 5

FSharp

The F sharp note

View Source
FSharp = 6

GFlat

The enharmonic equivalent of F sharp

View Source
GFlat = 6

G

The G note

View Source
G = 7

GSharp

The G sharp note

View Source
GSharp = 8

AFlat

The enharmonic equivalent of G sharp

View Source
AFlat = 8

A

The A note

View Source
A = 9

ASharp

The A sharp note

View Source
ASharp = 10

BFlat

The enharmonic equivalent of A sharp

View Source
BFlat = 10

B

The B note

View Source
B = 11

Rest

Represents a rest note

View Source
Rest = 12