@amplib/music-theory

GitHub ↗

Scale

Scale holds scale data for a music key.

new Scale({ root: Notation, mode: ModeType })

const scale = new Scale({
  root: "",
  mode: 
});