UNPKG

axentax-compiler

Version:

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

7 lines (6 loc) 297 B
import { SimpleResult } from "../interface/utils.response.interface"; import { CompileSymbols } from "../interface/compile"; import { Conduct } from "../interface/conduct"; export declare class ModStyle { static resolve(conduct: Conduct, symbolsDualLists: CompileSymbols[][]): SimpleResult; }