UNPKG

axentax-compiler

Version:

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

7 lines (6 loc) 200 B
import { ParsedStep } from "../interface/style"; import { NumberOrUfd } from "../interface/utils.interface"; export interface StepInfo { tabAll: NumberOrUfd[]; parsedStepList: ParsedStep[]; }