octreduce
octreduce(
@ratios ## list/int/rat/float (required)
) -> list/int/float
Reduces ratios to fit within the 1-2 range.
Arguments
@ratios
[list/int/rat/float]: Ratios to reduce. (required)
Output
List of pitch classes [list/int/float]
Usage
octreduce(1 5/4 3/2 2 5/2 3) ## 1 5/4 3/2 1 5/4 3/2