UNPKG

axentax-compiler

Version:

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

10 lines (8 loc) 336 B
import { TabObj } from '../interface/tab'; import { SimpleResult } from '../interface/utils.response.interface'; /** * レガート記法の妥当性を検証する * @param legTOLine - レガート対象のタブオブジェクト配列 * @returns 検証結果 */ export declare function valid(legTOLine: TabObj[]): SimpleResult;