UNPKG

axentax-compiler

Version:

Compile Axentax syntax in JavaScript and generate MIDI output for guitar phrasing.

3 lines (2 loc) 150 B
import { DiatonicEvolverValue } from "../interface/diatonic"; export declare const cloneDiatonicEvolver: (scaleName: string) => DiatonicEvolverValue;