UNPKG

@typedin/music-utilities

Version:

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

5 lines (4 loc) 186 B
import type { IScaleBuilder, Note } from "../types/index.js"; export declare const ScaleBuilder: { new (tonic: Note, scaleSchema: any, number_of_octaves?: number): IScaleBuilder; };