UNPKG

12tet

Version:

Music theory library for generating and working with chords, modes, intervals, etc.

8 lines (7 loc) 176 B
export * from './utils'; export * from './chord'; export * from './interval'; export * from './key'; export * from './mode'; export * from './note'; export * from './voicing';