r2pc
r2pc(
@ratios ? ## list/int/float (required)
@pc 0
) -> list/int/float
Ratio to pitch class conversion, assuming octave equivalence.
Arguments
@ratios ?
[list/int/float]: ratios to convert. (required)@pc
[int/float]: pitch class of fundamental (default:0
).
Output
list of pitch classes [list/int/float]
Usage
r2pc(1 5/4 3/2) ## 0 3.86 7.02