Given a scale name or chroma, return the scale properties
scale name or pitch class set chroma
import { get } from 'tonaljs/scale-type'get('major') // => { name: 'major', ... } Copy
import { get } from 'tonaljs/scale-type'get('major') // => { name: 'major', ... }
Given a scale name or chroma, return the scale properties