Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 179 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 179 Bytes

musical-scale

a musical scale generator

import MusicalScale, { NOTES_LIBRARY } from "musical-scale";

const scale = new MusicalScale({ root: "C", mode: "ionian" });