noteFrequencyTable: Note-frequency table

View source: R/utilities.R

noteFrequencyTableR Documentation

Note-frequency table

Description

Builds a dataframe containing notes (in scientific pitch notation) and corresponding frequencies.

Usage

noteFrequencyTable(minOctave = 0, maxOctave = 8)

Arguments

minOctave

integer, smallest (lowest-pitched) octave

maxOctave

integer, largest (highest-pitched) octave

Value

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)

Examples

# example code
noteFrequencyTable()

benRenard/sequenceR documentation built on Jan. 11, 2025, 2:33 a.m.