-
Notifications
You must be signed in to change notification settings - Fork 0
NoteName
Chanan edited this page Aug 18, 2020
·
1 revision
NotePitch Enumeration
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Represents the possible note names in the system.
These names are then used to identify chord root notes, retrieve scale note and more.
public enum NoteName
{
/* definition for all possible note names, including sharps and flats */
A,
ASharp,
AFlat,
B,
BSharp,
BFlat,
...
G,
GSharp,
GFlat
}
© Chanan Welt - Soloist
- Home
- Getting Started
- Design
- Business Logical Layer (CW.Soloist.CompositionService)
- Duration Representation
- IDuration
- Duration
- Duration Representation
- Data Access Layer
- Presentation Layer
- Business Logical Layer (CW.Soloist.CompositionService)