UNPKG

axentax-compiler

Version:

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

3 lines (2 loc) 170 B
import { TabObj } from "../interface/tab"; export declare function emptyTabObj(regionIndex: number, tabObjId: number, blockNoteIndex: number, tuningLen: number): TabObj;