degree
degree(
@x ## required
) -> llll/null
Converts a pitch or MIDI cents value to C-based diatonic scale degree.
Arguments
@x[int/float/llll] Numeric llll.(required)
Output
Diatonic scale degree [llll/null]
warning
degree is a built-in function in the bell programming language and is not unique or exclusive to bellplay~. As such, degree will return null without raising an error if required arguments are not provided.