-
Notifications
You must be signed in to change notification settings - Fork 0
PitchInterval
Chanan edited this page Aug 19, 2020
·
1 revision
PitchInterval Enumeration
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Represents an interval in semitones (halftones) within an octave.
internal enum PitchInterval { ... }
Enum Name | Enum Value |
---|---|
Unison | 0 |
MinorSecond | 1 |
MajorSecond | 2 |
MinorThird | 3 |
MajorThird | 4 |
PerfectFourth | 5 |
Tritone | 6 |
PerfectFifth | 7 |
MinorSixth | 8 |
MajorSixth | 9 |
MinorSeventh | 10 |
MajorSeventh | 11 |
Octave | 12 |
© 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)