UNPKG

automation-events

Version:

A module which provides an implementation of an automation event list.

4 lines 253 B
export const getTargetValueAtTime = (time, valueAtStartTime, { startTime, target, timeConstant }) => { return target + (valueAtStartTime - target) * Math.exp((startTime - time) / timeConstant); }; //# sourceMappingURL=get-target-value-at-time.js.map