powered by
A function that generates note names from numbers
notenames(notes, language = c("english", "german"))
An interger values vector, where 0 corresponds to a', notes below and above have to be specified in the corresponding halftone distance.
Language of the note names. Currently only english and german are supported.
A character vector of note names.
# NOT RUN { notenames(c(-24, -12, 0, 12)) # octaves of a notenames(3:15) # chromaticism ## same in german: notenames(3:15, language = "german") # }
Run the code above in your browser using DataLab