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