UNPKG

axentax-compiler

Version:

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

9 lines (8 loc) 164 B
import { bin12 } from "./utils.interface"; /** * diatonic structure */ export interface DiatonicEvolverValue { evolvedCodePrefix: string[]; bin: bin12; }