-
Notifications
You must be signed in to change notification settings - Fork 0
Note.GetNoteNameByNotePitch
Chanan edited this page Aug 18, 2020
·
1 revision
Note.GetNoteNameByNotePitch Method
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Returns the note name which corresponds to the given note pitch.
private static NoteName? GetNoteNameByNotePitch(NotePitch notePitch) { ... }
Name | Type | Description |
---|---|---|
notePitch | NotePitch | MIDI absolute pitch value. |
The name of the note represented by the given pitch.
© 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)