powered by
Get frequencies from note names (in scientific pitch notation).
getFrequencies(notes, minOctave = 0, maxOctave = 8)
a numeric vector of frequencies (in Hz)
Character vector, note names.
integer, smallest (lowest-pitched) octave
integer, largest (highest-pitched) octave
# example code getFrequencies(c('A3','A4','A5','C#6','Db6','A9','X0')) getFrequencies(c('A3','A4','A5','C#6','Db6','A9','X0'),maxOctave=9)
Run the code above in your browser using DataLab