Shifts a pitch class by a specified number of octaves using array lookup.
This is the preferred method for shifting pitch classes as it uses the
pre-computed pitch class array for accuracy. It finds the target pitch
class in a different octave by calculating the appropriate array index.
Shifts a pitch class by a specified number of octaves using array lookup.
This is the preferred method for shifting pitch classes as it uses the pre-computed pitch class array for accuracy. It finds the target pitch class in a different octave by calculating the appropriate array index.