UNPKG

@perry-rylance/midi-to-milliseconds

Version:

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

8 lines (6 loc) 138 B
export function defaultX(d) { return d[0]; } export default function(_) { return arguments.length ? (this._x = _, this) : this._x; }