bowl18_min_freq_dist | R Documentation |
This function returns the minimum distance between the fundamental frequencies of a chord, after Bowling et al. (2018). It makes no assumptions about the chord's tuning.
bowl18_min_freq_dist(x)
## Default S3 method:
bowl18_min_freq_dist(x)
## S3 method for class 'fr_chord'
bowl18_min_freq_dist(x)
x |
Chord to analyse.
The default method assumes that the chord is expressed
as a numeric vector of frequencies.
Representations from the hrep package
(e.g. |
(Numeric scalar) The minimum distance between the fundamental frequencies of the chord, in Hz.
Bowling2018incon
bowl18_min_freq_dist(c(220, 440, 560)) # processed as frequencies
bowl18_min_freq_dist(hrep::fr_chord(c(220, 440, 560))) # same as above
bowl18_min_freq_dist(hrep::pi_chord(c(60, 64, 67))) # MIDI note numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.