UNPKG

@typedin/music-utilities

Version:

A set of resources and modules I use to develop music applications.

3 lines (2 loc) 158 B
import type { IScaleDegree, Note } from "../types/index.js"; export declare function beginOn(scale: IScaleDegree[], startingNote: Note): Array<IScaleDegree>;