UNPKG

@perry-rylance/midi-to-milliseconds

Version:

TypeScript library for resolving MIDI event times to milliseconds. Useful for syncing things like graphics to MIDI.

6 lines (5 loc) 94 B
export default function(node, x0, x1) { this.node = node; this.x0 = x0; this.x1 = x1; }