UNPKG

axentax-compiler

Version:

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

6 lines (5 loc) 93 B
export type ClickPoint = { startTick: number; inst: number; velocity: number; };