getFrequencies | R Documentation |
Get frequencies from note names (in scientific pitch notation).
getFrequencies(notes, minOctave = 0, maxOctave = 8)
notes |
Character vector, note names. |
minOctave |
integer, smallest (lowest-pitched) octave |
maxOctave |
integer, largest (highest-pitched) octave |
a numeric vector of frequencies (in Hz)
# example code
getFrequencies(c('A3','A4','A5','C#6','Db6','A9','X0'))
getFrequencies(c('A3','A4','A5','C#6','Db6','A9','X0'),maxOctave=9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.