UNPKG

@typedin/music-utilities

Version:

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

3 lines (2 loc) 198 B
import type { IScaleDegree, Note } from "../types/index.js"; export declare function getNoteOctave(note: Note, notesThatMakeOctaveChange: IScaleDegree["name"][], direction?: "up" | "down"): number;