UNPKG

ez-web-audio

Version:

Making the Web Audio API super EZ since 2024.

4 lines 253 B
import { Accidental, NoteLetter, Octave } from '../../musical-identity'; import { Note } from '../../note'; export default function noteFactory(letter: NoteLetter, accidental: Accidental, octave: Octave): Note; //# sourceMappingURL=note-factory.d.ts.map