UNPKG

axentax-compiler

Version:

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

6 lines (5 loc) 208 B
import { Conduct } from "../interface/conduct"; import { SimpleResult } from "../interface/utils.response.interface"; export declare class CompileStyle { static compile(conduct: Conduct): SimpleResult; }