NoteName
Returns the name of a MIDI note.
Syntax
-
NoteName(n)
-
n
is an integer in [0, 127]
-
Description
NoteName(n)
returns the name of the note with MIDI number n
.
Examples
NoteName(60)
C₄
Returns the name of a MIDI note.
NoteName(n)
n
is an integer in [0, 127]
NoteName(n)
returns the name of the note with MIDI number n
.
NoteName(60)
C₄