Class Note
Represents a musical note, with a specific pitch, octave, and duration
Assembly: MicroAudio.dll
View Source
public class Note
Properties
Pitch
The pitch of the note
View Source
public Pitch Pitch { get; }
Octave
The octave of the note
View Source
public int Octave { get; }
Duration
The duration of the note
View Source
public NoteDuration Duration { get; }