UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

3 lines (2 loc) 140 B
declare const getScaleNotes: (note: string, scale: string, startOctave: number, count: number) => string[]; export default getScaleNotes;