axentax-compiler
Version:
Compile Axentax syntax in JavaScript and generate MIDI output for guitar phrasing.
10 lines (9 loc) • 335 B
TypeScript
import { CompileSymbols } from "../../interface/compile";
import { Conduct } from "../../interface/conduct";
import { SimpleResult } from "../../interface/utils.response.interface";
/**
* Mapper
*/
export declare class UnfoldMapped {
static apply(conduct: Conduct, dualId: number, symbolsList: CompileSymbols[]): SimpleResult;
}