UNPKG

mosfez-synth

Version:

A microtonal-aware synth engine library for web.

16 lines (10 loc) 385 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var touchStart = require('mosfez-faust/touch-start'); Object.keys(touchStart).forEach(function (k) { if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return touchStart[k]; } }); }); //# sourceMappingURL=touch-start.js.map