Type alias FitDirection

FitDirection: keyof typeof FIT_DIRECTION

FitDirection is referenced by the FitPitchOptions class to define the preferred direction for pitches to be moved to fit some chord or scale.

UP: Prefer moving upwards

DOWN (default): Prefer moving downwards

RANDOM: Have no preference on movement direction

Generated using TypeDoc