Skip to main content

Enum NoteDuration

Represents the duration of a musical note

Assembly: MicroAudio.dll
View Source
Declaration
public enum NoteDuration

Fields

Whole

A whole note

View Source
Declaration
Whole = 4000

Half

A half note

View Source
Declaration
Half = 2000

Quarter

A quarter note

View Source
Declaration
Quarter = 1000

Eighth

An eighth note

View Source
Declaration
Eighth = 500

Sixteenth

A sixteenth note

View Source
Declaration
Sixteenth = 250

ThirtySecond

A thirty-second note

View Source
Declaration
ThirtySecond = 125

WholeTriplet

A whole note triplet

View Source
Declaration
WholeTriplet = 6000

DottedHalf

A dotted half note

View Source
Declaration
DottedHalf = 3000