UNPKG

@temper.sh/pitch

Version:

Utilities for working with pitch in arbitrary equal temperament spaces

4 lines (2 loc) 124 B
import type { Interval, Pitch } from '@/types' export const interval = (start: Pitch, end: Pitch): Interval => end - start