Skip to content

Note.GetNoteNameByNotePitch

Chanan edited this page Aug 18, 2020 · 1 revision

Note.GetNoteNameByNotePitch Method

Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll

Summary

Returns the note name which corresponds to the given note pitch.

Definition

private static NoteName? GetNoteNameByNotePitch(NotePitch notePitch) { ... }

Parameters

Name Type Description
notePitch NotePitch MIDI absolute pitch value.

Returns

The name of the note represented by the given pitch.

  • Home
  • Getting Started
  • Design
    • Business Logical Layer (CW.Soloist.CompositionService)
    • Data Access Layer
    • Presentation Layer
Clone this wiki locally