Name a MIDI number as a Note, choosing sharp or flat spelling.
The input is rounded to the nearest integer but is not clamped to the MIDI
range 0..127: out-of-range values extrapolate linearly (e.g. -1 -> B-2,
128 -> G#9) and remain an exact inverse of noteToMidi.
Name a MIDI number as a Note, choosing sharp or flat spelling.
The input is rounded to the nearest integer but is not clamped to the MIDI range 0..127: out-of-range values extrapolate linearly (e.g.
-1->B-2,128->G#9) and remain an exact inverse of noteToMidi.