UNPKG

@temper.sh/pitch

Version:

Utilities for working with pitch in arbitrary equal temperament spaces

5 lines (3 loc) 160 B
import type { Pitch, PitchClass } from '@/types' import { modEdo } from '@/utils/modEdo' export const pitchClass = (pitch: Pitch): PitchClass => modEdo(pitch)