clockface {musicMCT} | R Documentation |
Visualize a set in pitch-class space
Description
No-frills way to plot the elements of a set on the circular "clockface" of pc-set theory pedagogy. (See e.g. Straus 2016, ISBN: 9781324045076.)
Usage
clockface(set, edo = 12)
Arguments
set |
Numeric vector of pitch-classes in the set |
edo |
Number of unit steps in an octave. Defaults to |
Value
Invisible copy of the input set
Examples
just_diatonic <- j(dia)
clockface(just_diatonic)
double_tresillo <- c(0, 3, 6, 9, 12, 14)
clockface(double_tresillo, edo=16)
[Package musicMCT version 0.2.0 Index]