UNPKG

axentax-compiler

Version:

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

6 lines (5 loc) 81 B
export type BPMPos = { tick: number; bpm: number; timeMS: number; };