powered by
Builds a dataframe containing notes (in scientific pitch notation) and corresponding frequencies.
noteFrequencyTable(minOctave = 0, maxOctave = 8)
a data frame with 4 columns: note name 1 (written with 'b'), note name 2 (written with '#'),index (in semitones with respect to A4) and frequency (in Hz)
integer, smallest (lowest-pitched) octave
integer, largest (highest-pitched) octave
# example code noteFrequencyTable()
Run the code above in your browser using DataLab