UNPKG
@temper.sh/pitch
Version:
latest (1.0.2)
1.0.2
1.0.1
Utilities for working with pitch in arbitrary equal temperament spaces
@temper.sh/pitch
/
src
/
consts.ts
4 lines
(2 loc)
•
117 B
text/typescript
View Raw
1
2
3
4
export
const
EQUAL_DIVISIONS_OF_THE_OCTAVE
=
12
export
const
LEAST_INTERVAL_CLASS_OPTIONS
= [
1
,
0.5
,
0.25
]
as
const