Returns a vector of notes for equal-tempered scale, A4 = 440 Hz.
Usage
notes(x, method = "spn", moving.average = FALSE, k = 11)
Value
A vector containing the notes for equal-tempered scale, A4 = 440 Hz. When `method = 'spn'` the vector is of class 'ordered factor'. When `method = 'octave'` the vector is of class 'factor'. When `method = 'midi'` the vector is of class 'integer'.