UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

8 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setTrackOutput = void 0; exports.setTrackOutput = function (_a) { var track = _a.track, output = _a.output; track.outputs.push(output); }; //# sourceMappingURL=setTrackOutput.js.map