wam-community
Version:
A collection of prebuilt Web Audio Modules ready for use
137 lines (99 loc) • 123 kB
JavaScript
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ var __webpack_modules__ = ({
/***/ "./node_modules/css-loader/dist/runtime/api.js":
/*!*****************************************************!*\
!*** ./node_modules/css-loader/dist/runtime/api.js ***!
\*****************************************************/
/***/ ((module) => {
eval("\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n\n content += cssWithMappingToString(item);\n\n if (needLayer) {\n content += \"}\";\n }\n\n if (item[2]) {\n content += \"}\";\n }\n\n if (item[4]) {\n content += \"}\";\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n\n\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\n//# sourceURL=webpack://randomizer/./node_modules/css-loader/dist/runtime/api.js?");
/***/ }),
/***/ "./node_modules/css-loader/dist/runtime/noSourceMaps.js":
/*!**************************************************************!*\
!*** ./node_modules/css-loader/dist/runtime/noSourceMaps.js ***!
\**************************************************************/
/***/ ((module) => {
eval("\n\nmodule.exports = function (i) {\n return i[1];\n};\n\n//# sourceURL=webpack://randomizer/./node_modules/css-loader/dist/runtime/noSourceMaps.js?");
/***/ }),
/***/ "./src/RandomizerView.scss":
/*!*********************************!*\
!*** ./src/RandomizerView.scss ***!
\*********************************/
/***/ ((module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n// Imports\n\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".pwhJ9Ab6ZULGVJPOdyFg {\\n flex: 1;\\n background-color: #56585b;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n padding: 10px;\\n color: white;\\n font-family: var(--var-FontFamily, system-ui, -apple-system, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", \\\"Noto Sans\\\", \\\"Liberation Sans\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\", \\\"Noto Color Emoji\\\");\\n}\\n\\n.hYEOnqf1nOQKv6gXvxQa {\\n font-size: xxx-large;\\n background-color: darkblue;\\n cursor: pointer;\\n padding: 4px 10px 4px 10px;\\n}\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"Module\": \"pwhJ9Ab6ZULGVJPOdyFg\",\n\t\"DiceButton\": \"hYEOnqf1nOQKv6gXvxQa\"\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://randomizer/./src/RandomizerView.scss?");
/***/ }),
/***/ "./node_modules/preact/dist/preact.module.js":
/*!***************************************************!*\
!*** ./node_modules/preact/dist/preact.module.js ***!
\***************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Component: () => (/* binding */ _),\n/* harmony export */ Fragment: () => (/* binding */ d),\n/* harmony export */ cloneElement: () => (/* binding */ B),\n/* harmony export */ createContext: () => (/* binding */ D),\n/* harmony export */ createElement: () => (/* binding */ v),\n/* harmony export */ createRef: () => (/* binding */ p),\n/* harmony export */ h: () => (/* binding */ v),\n/* harmony export */ hydrate: () => (/* binding */ q),\n/* harmony export */ isValidElement: () => (/* binding */ i),\n/* harmony export */ options: () => (/* binding */ l),\n/* harmony export */ render: () => (/* binding */ S),\n/* harmony export */ toChildArray: () => (/* binding */ A)\n/* harmony export */ });\nvar n,l,u,i,t,o,r,f,e={},c=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function a(n,l){for(var u in l)n[u]=l[u];return n}function h(n){var l=n.parentNode;l&&l.removeChild(n)}function v(l,u,i){var t,o,r,f={};for(r in u)\"key\"==r?t=u[r]:\"ref\"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),\"function\"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return y(l,f,t,o,null)}function y(n,i,t,o,r){var f={type:n,props:i,key:t,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u:r};return null!=l.vnode&&l.vnode(f),f}function p(){return{current:null}}function d(n){return n.children}function _(n,l){this.props=n,this.context=l}function k(n,l){if(null==l)return n.__?k(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return\"function\"==typeof n.type?k(n):null}function b(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return b(n)}}function m(n){(!n.__d&&(n.__d=!0)&&t.push(n)&&!g.__r++||r!==l.debounceRendering)&&((r=l.debounceRendering)||o)(g)}function g(){for(var n;g.__r=t.length;)n=t.sort(function(n,l){return n.__v.__b-l.__v.__b}),t=[],n.some(function(n){var l,u,i,t,o,r;n.__d&&(o=(t=(l=n).__v).__e,(r=l.__P)&&(u=[],(i=a({},t)).__v=t.__v+1,j(r,t,i,l.__n,void 0!==r.ownerSVGElement,null!=t.__h?[o]:null,u,null==o?k(t):o,t.__h),z(u,t),t.__e!=o&&b(t)))})}function w(n,l,u,i,t,o,r,f,s,a){var h,v,p,_,b,m,g,w=i&&i.__k||c,A=w.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(_=u.__k[h]=null==(_=l[h])||\"boolean\"==typeof _?null:\"string\"==typeof _||\"number\"==typeof _||\"bigint\"==typeof _?y(null,_,null,null,_):Array.isArray(_)?y(d,{children:_},null,null,null):_.__b>0?y(_.type,_.props,_.key,null,_.__v):_)){if(_.__=u,_.__b=u.__b+1,null===(p=w[h])||p&&_.key==p.key&&_.type===p.type)w[h]=void 0;else for(v=0;v<A;v++){if((p=w[v])&&_.key==p.key&&_.type===p.type){w[v]=void 0;break}p=null}j(n,_,p=p||e,t,o,r,f,s,a),b=_.__e,(v=_.ref)&&p.ref!=v&&(g||(g=[]),p.ref&&g.push(p.ref,null,_),g.push(v,_.__c||b,_)),null!=b?(null==m&&(m=b),\"function\"==typeof _.type&&null!=_.__k&&_.__k===p.__k?_.__d=s=x(_,s,n):s=P(n,_,p,w,b,s),a||\"option\"!==u.type?\"function\"==typeof u.type&&(u.__d=s):n.value=\"\"):s&&p.__e==s&&s.parentNode!=n&&(s=k(p))}for(u.__e=m,h=A;h--;)null!=w[h]&&(\"function\"==typeof u.type&&null!=w[h].__e&&w[h].__e==u.__d&&(u.__d=k(i,h+1)),N(w[h],w[h]));if(g)for(h=0;h<g.length;h++)M(g[h],g[++h],g[++h])}function x(n,l,u){var i,t;for(i=0;i<n.__k.length;i++)(t=n.__k[i])&&(t.__=n,l=\"function\"==typeof t.type?x(t,l,u):P(u,t,t,n.__k,t.__e,l));return l}function A(n,l){return l=l||[],null==n||\"boolean\"==typeof n||(Array.isArray(n)?n.some(function(n){A(n,l)}):l.push(n)),l}function P(n,l,u,i,t,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||t!=o||null==t.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(t),r=null;else{for(f=o,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,o),r=o}return void 0!==r?r:t.nextSibling}function C(n,l,u,i,t){var o;for(o in u)\"children\"===o||\"key\"===o||o in l||H(n,o,null,u[o],i);for(o in l)t&&\"function\"!=typeof l[o]||\"children\"===o||\"key\"===o||\"value\"===o||\"checked\"===o||u[o]===l[o]||H(n,o,l[o],u[o],i)}function $(n,l,u){\"-\"===l[0]?n.setProperty(l,u):n[l]=null==u?\"\":\"number\"!=typeof u||s.test(l)?u:u+\"px\"}function H(n,l,u,i,t){var o;n:if(\"style\"===l)if(\"string\"==typeof u)n.style.cssText=u;else{if(\"string\"==typeof i&&(n.style.cssText=i=\"\"),i)for(l in i)u&&l in u||$(n.style,l,\"\");if(u)for(l in u)i&&u[l]===i[l]||$(n.style,l,u[l])}else if(\"o\"===l[0]&&\"n\"===l[1])o=l!==(l=l.replace(/Capture$/,\"\")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?i||n.addEventListener(l,o?T:I,o):n.removeEventListener(l,o?T:I,o);else if(\"dangerouslySetInnerHTML\"!==l){if(t)l=l.replace(/xlink[H:h]/,\"h\").replace(/sName$/,\"s\");else if(\"href\"!==l&&\"list\"!==l&&\"form\"!==l&&\"tabIndex\"!==l&&\"download\"!==l&&l in n)try{n[l]=null==u?\"\":u;break n}catch(n){}\"function\"==typeof u||(null!=u&&(!1!==u||\"a\"===l[0]&&\"r\"===l[1])?n.setAttribute(l,u):n.removeAttribute(l))}}function I(n){this.l[n.type+!1](l.event?l.event(n):n)}function T(n){this.l[n.type+!0](l.event?l.event(n):n)}function j(n,u,i,t,o,r,f,e,c){var s,h,v,y,p,k,b,m,g,x,A,P=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,r=[e]),(s=l.__b)&&s(u);try{n:if(\"function\"==typeof P){if(m=u.props,g=(s=P.contextType)&&t[s.__c],x=s?g?g.props.value:s.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:(\"prototype\"in P&&P.prototype.render?u.__c=h=new P(m,x):(u.__c=h=new _(m,x),h.constructor=P,h.render=O),g&&g.sub(h),h.props=m,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=P.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=a({},h.__s)),a(h.__s,P.getDerivedStateFromProps(m,h.__s))),y=h.props,p=h.state,v)null==P.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(null==P.getDerivedStateFromProps&&m!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(m,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(m,h.__s,x)||u.__v===i.__v){h.props=m,h.state=h.__s,u.__v!==i.__v&&(h.__d=!1),h.__v=u,u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u)}),h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(m,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,p,k)})}h.context=x,h.props=m,h.state=h.__s,(s=l.__r)&&s(u),h.__d=!1,h.__v=u,h.__P=n,s=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(t=a(a({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,p)),A=null!=s&&s.type===d&&null==s.key?s.props.children:s,w(n,Array.isArray(A)?A:[A],u,i,t,o,r,f,e,c),h.base=u.__e,u.__h=null,h.__h.length&&f.push(h),b&&(h.__E=h.__=null),h.__e=!1}else null==r&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L(i.__e,u,i,t,o,r,f,c);(s=l.diffed)&&s(u)}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l.__e(n,u,i)}}function z(n,u){l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u)})}catch(n){l.__e(n,u.__v)}})}function L(l,u,i,t,o,r,f,c){var s,a,v,y=i.props,p=u.props,d=u.type,_=0;if(\"svg\"===d&&(o=!0),null!=r)for(;_<r.length;_++)if((s=r[_])&&(s===l||(d?s.localName==d:3==s.nodeType))){l=s,r[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=o?document.createElementNS(\"http://www.w3.org/2000/svg\",d):document.createElement(d,p.is&&p),r=null,c=!1}if(null===d)y===p||c&&l.data===p||(l.data=p);else{if(r=r&&n.call(l.childNodes),a=(y=i.props||e).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=r)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(v||a)&&(v&&(a&&v.__html==a.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||\"\"))}if(C(l,p,y,o,c),v)u.__k=[];else if(_=u.props.children,w(l,Array.isArray(_)?_:[_],u,i,t,o&&\"foreignObject\"!==d,r,f,r?r[0]:i.__k&&k(i,0),c),null!=r)for(_=r.length;_--;)null!=r[_]&&h(r[_]);c||(\"value\"in p&&void 0!==(_=p.value)&&(_!==l.value||\"progress\"===d&&!_)&&H(l,\"value\",_,y.value,!1),\"checked\"in p&&void 0!==(_=p.checked)&&_!==l.checked&&H(l,\"checked\",_,y.checked,!1))}return l}function M(n,u,i){try{\"function\"==typeof n?n(u):n.current=u}catch(n){l.__e(n,i)}}function N(n,u,i){var t,o;if(l.unmount&&l.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||M(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount()}catch(n){l.__e(n,u)}t.base=t.__P=null}if(t=n.__k)for(o=0;o<t.length;o++)t[o]&&N(t[o],u,\"function\"!=typeof n.type);i||null==n.__e||h(n.__e),n.__e=n.__d=void 0}function O(n,l,u){return this.constructor(n,u)}function S(u,i,t){var o,r,f;l.__&&l.__(u,i),r=(o=\"function\"==typeof t)?null:t&&t.__k||i.__k,f=[],j(i,u=(!o&&t||i).__k=v(d,null,[u]),r||e,e,void 0!==i.ownerSVGElement,!o&&t?[t]:r?null:i.firstChild?n.call(i.childNodes):null,f,!o&&t?t:r?r.__e:i.firstChild,o),z(f,u)}function q(n,l){S(n,l,q)}function B(l,u,i){var t,o,r,f=a({},l.props);for(r in u)\"key\"==r?t=u[r]:\"ref\"==r?o=u[r]:f[r]=u[r];return arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),y(l.type,f,t||l.key,o||l.ref,null)}function D(n,l){var u={__c:l=\"__cC\"+f++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(m)},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n)}}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=c.slice,l={__e:function(n,l){for(var u,i,t;l=l.__;)if((u=l.__c)&&!u.__)try{if((i=u.constructor)&&null!=i.getDerivedStateFromError&&(u.setState(i.getDerivedStateFromError(n)),t=u.__d),null!=u.componentDidCatch&&(u.componentDidCatch(n),t=u.__d),t)return u.__E=u}catch(l){n=l}throw n}},u=0,i=function(n){return null!=n&&void 0===n.constructor},_.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=a({},this.state),\"function\"==typeof n&&(n=n(a({},u),this.props)),n&&a(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),m(this))},_.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),m(this))},_.prototype.render=d,t=[],o=\"function\"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,g.__r=0,f=0;\n//# sourceMappingURL=preact.module.js.map\n\n\n//# sourceURL=webpack://randomizer/./node_modules/preact/dist/preact.module.js?");
/***/ }),
/***/ "./src/RandomizerProcessor.ts":
/*!************************************!*\
!*** ./src/RandomizerProcessor.ts ***!
\************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst loadRandomizerProcessor = (moduleId) => {\n const audioWorkletGlobalScope = globalThis;\n const ModuleScope = audioWorkletGlobalScope.webAudioModules.getModuleScope(moduleId);\n const WamProcessor = ModuleScope.WamProcessor;\n const DynamicParameterProcessor = ModuleScope.DynamicParameterProcessor;\n class RandomizerProcessor extends DynamicParameterProcessor {\n }\n try {\n audioWorkletGlobalScope.registerProcessor(moduleId, RandomizerProcessor);\n }\n catch (error) {\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (loadRandomizerProcessor);\n\n\n//# sourceURL=webpack://randomizer/./src/RandomizerProcessor.ts?");
/***/ }),
/***/ "./src/RandomizerRule.tsx":
/*!********************************!*\
!*** ./src/RandomizerRule.tsx ***!
\********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RandomizerRuleView: () => (/* binding */ RandomizerRuleView)\n/* harmony export */ });\n/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ \"./node_modules/preact/dist/preact.module.js\");\n\nclass RandomizerRuleView extends preact__WEBPACK_IMPORTED_MODULE_0__.Component {\n targetChanged(e) {\n this.props.plugin.rules[this.props.index].target = e.target.value;\n }\n render() {\n let options = Object.keys(this.props.plugin.paramList).map(p => {\n return (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"option\", { value: p, selected: p == this.props.rule.target }, p);\n });\n options.unshift((0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"option\", { value: \"\" }, \"--\"));\n return (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"tr\", null,\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"td\", null,\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"select\", { onChange: (e) => this.targetChanged(e) }, options)),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"td\", null, \"Do not randomize\"),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"button\", { onClick: () => this.props.plugin.deleteRule(this.props.index) }, \"X\"));\n }\n}\n\n\n//# sourceURL=webpack://randomizer/./src/RandomizerRule.tsx?");
/***/ }),
/***/ "./src/RandomizerView.tsx":
/*!********************************!*\
!*** ./src/RandomizerView.tsx ***!
\********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RandomizerView: () => (/* binding */ RandomizerView)\n/* harmony export */ });\n/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ \"./node_modules/preact/dist/preact.module.js\");\n/* harmony import */ var ___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! . */ \"./src/index.tsx\");\n/* harmony import */ var _RandomizerView_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./RandomizerView.scss */ \"./src/RandomizerView.scss\");\n/* harmony import */ var _RandomizerRule__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./RandomizerRule */ \"./src/RandomizerRule.tsx\");\n\n\n\n\nlet styles = _RandomizerView_scss__WEBPACK_IMPORTED_MODULE_2__[\"default\"].locals;\nclass RandomizerView extends preact__WEBPACK_IMPORTED_MODULE_0__.Component {\n constructor() {\n super();\n }\n randomize() {\n this.props.plugin.randomize();\n }\n componentDidMount() {\n this.props.plugin.callback = () => { this.forceUpdate(); };\n }\n componentWillUnmount() {\n this.props.plugin.callback = undefined;\n }\n addRule() {\n this.props.plugin.rules.push({ target: \"\", rule: ___WEBPACK_IMPORTED_MODULE_1__.RandomizerRuleType.doNotRandomize });\n this.forceUpdate();\n }\n render() {\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", {});\n let disabled = !this.props.plugin.paramList;\n if (this.props.plugin.extensionMissing) {\n return (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", { class: styles.Module }, \"To use this plugin, the WAM host must implement the 'modulationTarget' WAM extension.\");\n }\n const rules = disabled ? [] : this.props.plugin.rules.map((r, i) => {\n return (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(_RandomizerRule__WEBPACK_IMPORTED_MODULE_3__.RandomizerRuleView, { plugin: this.props.plugin, rule: r, index: i });\n });\n return ((0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", { class: styles.Module },\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", { style: \"display: flex; flex-direction: row;\" },\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", { style: \"display: flex; flex-direction: column; padding-right: 6px;\" },\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"button\", { class: styles.DiceButton, disabled: disabled, onClick: () => this.randomize() }, \"\\uD83C\\uDFB2\")),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", { style: \"display: flex; flex-direction: column; flex: 1; width: 100%;\" },\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"span\", null, \"Rules\"),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"table\", null,\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"tr\", null,\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"th\", { style: \"text-align: left;\" }, \"Target\"),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"th\", { style: \"text-align: left;\" }, \"Rule\"),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"th\", null)),\n rules),\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"div\", null,\n (0,preact__WEBPACK_IMPORTED_MODULE_0__.h)(\"button\", { style: \"margin: auto\", onClick: () => this.addRule() }, \"+ Add Rule\"))))));\n }\n}\n\n\n//# sourceURL=webpack://randomizer/./src/RandomizerView.tsx?");
/***/ }),
/***/ "./src/index.tsx":
/*!***********************!*\
!*** ./src/index.tsx ***!
\***********************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RandomizerNode: () => (/* binding */ RandomizerNode),\n/* harmony export */ RandomizerRuleType: () => (/* binding */ RandomizerRuleType),\n/* harmony export */ \"default\": () => (/* binding */ RandomizerModule)\n/* harmony export */ });\n/* harmony import */ var _webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @webaudiomodules/sdk */ \"../../../node_modules/@webaudiomodules/sdk/dist/index.js\");\n/* harmony import */ var wam_extensions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! wam-extensions */ \"../../../node_modules/wam-extensions/dist/index.js\");\n/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! preact */ \"./node_modules/preact/dist/preact.module.js\");\n/* harmony import */ var _shared_getBaseUrl__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../shared/getBaseUrl */ \"../shared/getBaseUrl.tsx\");\n/* harmony import */ var _RandomizerView__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./RandomizerView */ \"./src/RandomizerView.tsx\");\n/* harmony import */ var _shared_DynamicParameterNode__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../shared/DynamicParameterNode */ \"../shared/DynamicParameterNode.ts\");\n/* harmony import */ var _RandomizerView_scss__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./RandomizerView.scss */ \"./src/RandomizerView.scss\");\n/* harmony import */ var _shared_insertStyle__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../shared/insertStyle */ \"../shared/insertStyle.ts\");\n/* harmony import */ var _RandomizerProcessor__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./RandomizerProcessor */ \"./src/RandomizerProcessor.ts\");\n\n\n\n\n\n\n\n\n\nvar logger = console.log;\nvar RandomizerRuleType;\n(function (RandomizerRuleType) {\n RandomizerRuleType[RandomizerRuleType[\"doNotRandomize\"] = 0] = \"doNotRandomize\";\n})(RandomizerRuleType || (RandomizerRuleType = {}));\nclass RandomizerNode extends _shared_DynamicParameterNode__WEBPACK_IMPORTED_MODULE_5__.DynamicParameterNode {\n constructor(module, options) {\n super(module, { ...options, processorOptions: {\n numberOfInputs: 1,\n numberOfOutputs: 1,\n outputChannelCount: [2],\n } }, []);\n this.destroyed = false;\n this.extensionMissing = false;\n this.rules = [];\n this._supportedEventTypes = new Set(['wam-automation', 'wam-midi', 'wam-transport']);\n }\n static async addModules(audioContext, moduleId) {\n await super.addModules(audioContext, moduleId);\n const { audioWorklet } = audioContext;\n await (0,_webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__.addFunctionModule)(audioWorklet, _RandomizerProcessor__WEBPACK_IMPORTED_MODULE_8__[\"default\"], moduleId);\n }\n async getState() {\n return {\n rules: this.rules\n };\n }\n async setState(state) {\n if (state.rules) {\n this.rules = state.rules;\n }\n else {\n this.rules = [];\n }\n if (this.callback) {\n this.callback();\n }\n }\n deleteRule(index) {\n this.rules = this.rules.filter((v, i) => i != index);\n if (this.callback) {\n this.callback();\n }\n }\n async randomize() {\n let events = [];\n if (!this.paramList) {\n return;\n }\n for (let id of Object.keys(this.paramList)) {\n const rules = this.rules.filter(r => r.target == id);\n if (rules.some(v => v.rule == RandomizerRuleType.doNotRandomize)) {\n continue;\n }\n let param = this.paramList[id];\n let value = param.minValue + (Math.random() * (param.maxValue - param.minValue));\n if (param.type != \"float\") {\n value = Math.round(value);\n }\n events.push({\n type: \"wam-automation\",\n data: {\n id: id,\n normalized: false,\n value\n },\n });\n }\n super.port.postMessage({\n source: \"emit\",\n events\n });\n }\n}\nclass RandomizerModule extends _webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__.WebAudioModule {\n constructor() {\n super(...arguments);\n this._baseURL = (0,_shared_getBaseUrl__WEBPACK_IMPORTED_MODULE_3__.getBaseUrl)(new URL('.', __webpack_require__.p));\n this._descriptorUrl = `${this._baseURL}/descriptor.json`;\n }\n async _loadDescriptor() {\n const url = this._descriptorUrl;\n if (!url)\n throw new TypeError('Descriptor not found');\n const response = await fetch(url);\n const descriptor = await response.json();\n Object.assign(this._descriptor, descriptor);\n return descriptor;\n }\n async initialize(state) {\n await this._loadDescriptor();\n return super.initialize(state);\n }\n async createAudioNode(initialState) {\n await RandomizerNode.addModules(this.audioContext, this.moduleId);\n const node = new RandomizerNode(this, {});\n await node._initialize();\n if (initialState)\n node.setState(initialState);\n if (window.WAMExtensions && window.WAMExtensions.modulationTarget) {\n window.WAMExtensions.modulationTarget.setModulationTargetDelegate(this.instanceId, {\n connectModulation: async (params) => {\n node.paramList = params;\n if (node.callback) {\n node.callback();\n }\n }\n });\n }\n else {\n console.error(\"did not find modulationTarget extension \", window.WAMExtensions);\n node.extensionMissing = true;\n }\n return node;\n }\n async createGui(clipId) {\n const div = document.createElement('div');\n (0,preact__WEBPACK_IMPORTED_MODULE_2__.h)(\"div\", {});\n div.setAttribute(\"style\", \"height: 100%; width: 100%; display: flex; flex: 1;\");\n div.setAttribute(\"width\", \"360\");\n div.setAttribute(\"height\", \"240\");\n var shadow = div.attachShadow({ mode: 'open' });\n (0,_shared_insertStyle__WEBPACK_IMPORTED_MODULE_7__.insertStyle)(shadow, _RandomizerView_scss__WEBPACK_IMPORTED_MODULE_6__[\"default\"].toString());\n (0,preact__WEBPACK_IMPORTED_MODULE_2__.render)((0,preact__WEBPACK_IMPORTED_MODULE_2__.h)(_RandomizerView__WEBPACK_IMPORTED_MODULE_4__.RandomizerView, { plugin: this.audioNode }), shadow);\n return div;\n }\n destroyGui(el) {\n (0,preact__WEBPACK_IMPORTED_MODULE_2__.render)(null, el);\n }\n}\n\n\n//# sourceURL=webpack://randomizer/./src/index.tsx?");
/***/ }),
/***/ "../shared/DynamicParameterNode.ts":
/*!*****************************************!*\
!*** ../shared/DynamicParameterNode.ts ***!
\*****************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ DynamicParameterNode: () => (/* binding */ DynamicParameterNode)\n/* harmony export */ });\n/* harmony import */ var _webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @webaudiomodules/sdk */ \"../../../node_modules/@webaudiomodules/sdk/dist/index.js\");\n/* harmony import */ var _DynamicParameterProcessor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./DynamicParameterProcessor */ \"../shared/DynamicParameterProcessor.ts\");\n\n\nclass DynamicParameterNode extends _webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__.WamNode {\n constructor(module, options, groups) {\n super(module, options);\n this.destroyed = false;\n this.pause = false;\n this.updateProcessor(groups);\n this.updateState = this.updateState.bind(this);\n this.updateState();\n }\n static async addModules(audioContext, moduleId) {\n await super.addModules(audioContext, moduleId);\n const { audioWorklet } = audioContext;\n await (0,_webaudiomodules_sdk__WEBPACK_IMPORTED_MODULE_0__.addFunctionModule)(audioWorklet, _DynamicParameterProcessor__WEBPACK_IMPORTED_MODULE_1__[\"default\"], moduleId);\n }\n async getState() {\n return {\n paramState: await super.getState()\n };\n }\n async setState(state) {\n if (!state.paramState) {\n return;\n }\n if (state.paramState.parameterValues && Object.keys(state.paramState.parameterValues).length > 0) {\n this.lastSetState = state.paramState;\n }\n await super.setState(state.paramState);\n }\n updateProcessor(groups) {\n var _a;\n this.groupedParameters = groups;\n let params = {};\n let state = {};\n for (let g of groups) {\n for (let p of g.params) {\n params[p.id] = p.config;\n state[p.id] = { id: p.id, value: (_a = p.config.defaultValue) !== null && _a !== void 0 ? _a : 0, normalized: false };\n }\n }\n this.state = state;\n super.port.postMessage({ source: \"dpp\", parameters: params });\n if (this.lastSetState) {\n super.setState(this.lastSetState);\n }\n if (this.schemaUpdateCallback) {\n this.schemaUpdateCallback();\n }\n }\n async updateState() {\n if (!this.pause) {\n this.state = await this.getParameterValues(false);\n }\n if (!this.destroyed) {\n this.statePoller = window.requestAnimationFrame(this.updateState);\n }\n }\n findParameter(id) {\n for (let group of this.groupedParameters) {\n let found = group.params.find(p => p.id == id);\n if (found) {\n return found;\n }\n }\n return undefined;\n }\n}\n\n\n//# sourceURL=webpack://randomizer/../shared/DynamicParameterNode.ts?");
/***/ }),
/***/ "../shared/DynamicParameterProcessor.ts":
/*!**********************************************!*\
!*** ../shared/DynamicParameterProcessor.ts ***!
\**********************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst loadDynamicParameterProcessor = (moduleId) => {\n const audioWorkletGlobalScope = globalThis;\n const ModuleScope = audioWorkletGlobalScope.webAudioModules.getModuleScope(moduleId);\n const { WamProcessor, WamParameterInfo, } = ModuleScope;\n class DynamicParameterProcessor extends WamProcessor {\n constructor(options) {\n super(options);\n this.count = 0;\n this.parameters = {};\n const { moduleId, instanceId, } = options.processorOptions;\n super.port.start();\n }\n _generateWamParameterInfo() {\n return this.parameters;\n }\n _process(startSample, endSample, inputs, outputs) {\n return;\n }\n _onMidi(midiData) {\n }\n async _onMessage(message) {\n if (message.data && message.data.source == \"dpp\") {\n if (message.data.parameters) {\n this.updateParameters(message.data.parameters);\n }\n }\n else if (message.data && message.data.source == \"emit\") {\n this.emitEvents(...message.data.events);\n }\n else {\n super._onMessage(message);\n }\n }\n updateParameters(input) {\n let output = {};\n for (let key of Object.keys(input)) {\n output[key] = new WamParameterInfo(key, input[key]);\n }\n this.parameters = output;\n let oldState = this._parameterState;\n this._initialize();\n for (let paramID of Object.keys(oldState)) {\n if (!!this._parameterState[paramID]) {\n let update = {\n id: oldState[paramID].id,\n value: oldState[paramID].value,\n normalized: false,\n };\n this._setParameterValue(update, false);\n this._parameterState[paramID].value = oldState[paramID].value;\n }\n }\n }\n }\n ModuleScope.DynamicParameterProcessor = DynamicParameterProcessor;\n return DynamicParameterProcessor;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (loadDynamicParameterProcessor);\n\n\n//# sourceURL=webpack://randomizer/../shared/DynamicParameterProcessor.ts?");
/***/ }),
/***/ "../shared/getBaseUrl.tsx":
/*!********************************!*\
!*** ../shared/getBaseUrl.tsx ***!
\********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getBaseUrl: () => (/* binding */ getBaseUrl)\n/* harmony export */ });\nconst getBaseUrl = (relativeURL) => {\n const baseURL = relativeURL.href.substring(0, relativeURL.href.lastIndexOf('/'));\n return baseURL;\n};\n\n\n//# sourceURL=webpack://randomizer/../shared/getBaseUrl.tsx?");
/***/ }),
/***/ "../shared/insertStyle.ts":
/*!********************************!*\
!*** ../shared/insertStyle.ts ***!
\********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ insertStyle: () => (/* binding */ insertStyle)\n/* harmony export */ });\nfunction insertStyle(shadow, style) {\n const el = document.createElement('style');\n el.textContent = style;\n shadow.appendChild(el);\n}\n\n\n//# sourceURL=webpack://randomizer/../shared/insertStyle.ts?");
/***/ }),
/***/ "../../../node_modules/@webaudiomodules/sdk/dist/index.js":
/*!****************************************************************!*\
!*** ../../../node_modules/@webaudiomodules/sdk/dist/index.js ***!
\****************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ WamNode: () => (/* binding */ WamNode),\n/* harmony export */ WebAudioModule: () => (/* binding */ WebAudioModule_default),\n/* harmony export */ addFunctionModule: () => (/* binding */ addFunctionModule_default),\n/* harmony export */ apiVersion: () => (/* binding */ apiVersion_default),\n/* harmony export */ getRingBuffer: () => (/* binding */ RingBuffer_default),\n/* harmony export */ getWamArrayRingBuffer: () => (/* binding */ WamArrayRingBuffer_default),\n/* harmony export */ getWamEventRingBuffer: () => (/* binding */ WamEventRingBuffer_default),\n/* harmony export */ getWamParameter: () => (/* binding */ WamParameter_default),\n/* harmony export */ getWamParameterInfo: () => (/* binding */ WamParameterInfo_default),\n/* harmony export */ getWamParameterInterpolator: () => (/* binding */ WamParameterInterpolator_default),\n/* harmony export */ getWamProcessor: () => (/* binding */ WamProcessor_default),\n/* harmony export */ initializeWamEnv: () => (/* binding */ WamEnv_default),\n/* harmony export */ initializeWamGroup: () => (/* binding */ WamGroup_default),\n/* harmony export */ initializeWamHost: () => (/* binding */ initializeWamHost_default)\n/* harmony export */ });\n// src/WebAudioModule.js\nvar WebAudioModule = class {\n static get isWebAudioModuleConstructor() {\n return true;\n }\n static createInstance(groupId, audioContext, initialState) {\n return new this(groupId, audioContext).initialize(initialState);\n }\n constructor(groupId, audioContext) {\n this._groupId = groupId;\n this._audioContext = audioContext;\n this._initialized = false;\n this._audioNode = void 0;\n this._timestamp = performance.now();\n this._guiModuleUrl = void 0;\n this._descriptorUrl = \"./descriptor.json\";\n this._descriptor = {\n identifier: `com.webaudiomodule.default`,\n name: `WebAudioModule_${this.constructor.name}`,\n vendor: \"WebAudioModuleVendor\",\n description: \"\",\n version: \"0.0.0\",\n apiVersion: \"2.0.0\",\n thumbnail: \"\",\n keywords: [],\n isInstrument: false,\n website: \"\",\n hasAudioInput: true,\n hasAudioOutput: true,\n hasAutomationInput: true,\n hasAutomationOutput: true,\n hasMidiInput: true,\n hasMidiOutput: true,\n hasMpeInput: true,\n hasMpeOutput: true,\n hasOscInput: true,\n hasOscOutput: true,\n hasSysexInput: true,\n hasSysexOutput: true\n };\n }\n get isWebAudioModule() {\n return true;\n }\n get groupId() {\n return this._groupId;\n }\n get moduleId() {\n return this.descriptor.identifier;\n }\n get instanceId() {\n return this.moduleId + this._timestamp;\n }\n get descriptor() {\n return this._descriptor;\n }\n get identifier() {\n return this.descriptor.identifier;\n }\n get name() {\n return this.descriptor.name;\n }\n get vendor() {\n return this.descriptor.vendor;\n }\n get audioContext() {\n return this._audioContext;\n }\n get audioNode() {\n if (!this.initialized)\n console.warn(\"WAM should be initialized before getting the audioNode\");\n return this._audioNode;\n }\n set audioNode(node) {\n this._audioNode = node;\n }\n get initialized() {\n return this._initialized;\n }\n set initialized(value) {\n this._initialized = value;\n }\n async createAudioNode(initialState) {\n throw new TypeError(\"createAudioNode() not provided\");\n }\n async initialize(state) {\n if (!this._audioNode)\n this.audioNode = await this.createAudioNode();\n this.initialized = true;\n return this;\n }\n async _loadGui() {\n const url = this._guiModuleUrl;\n if (!url)\n throw new TypeError(\"Gui module not found\");\n return import(\n /* webpackIgnore: true */\n url\n );\n }\n async _loadDescriptor() {\n const url = this._descriptorUrl;\n if (!url)\n throw new TypeError(\"Descriptor not found\");\n const response = await fetch(url);\n const descriptor = await response.json();\n Object.assign(this._descriptor, descriptor);\n return this._descriptor;\n }\n async createGui() {\n if (!this.initialized)\n console.warn(\"Plugin should be initialized before getting the gui\");\n if (!this._guiModuleUrl)\n return void 0;\n const { createElement } = await this._loadGui();\n return createElement(this);\n }\n destroyGui() {\n }\n};\nvar WebAudioModule_default = WebAudioModule;\n\n// src/RingBuffer.js\nvar getRingBuffer = (moduleId) => {\n const audioWorkletGlobalScope = globalThis;\n class RingBuffer2 {\n static getStorageForCapacity(capacity, Type) {\n if (!Type.BYTES_PER_ELEMENT) {\n throw new Error(\"Pass in a ArrayBuffer subclass\");\n }\n const bytes = 8 + (capacity + 1) * Type.BYTES_PER_ELEMENT;\n return new SharedArrayBuffer(bytes);\n }\n constructor(sab, Type) {\n if (!Type.BYTES_PER_ELEMENT) {\n throw new Error(\"Pass a concrete typed array class as second argument\");\n }\n this._Type = Type;\n this._capacity = (sab.byteLength - 8) / Type.BYTES_PER_ELEMENT;\n this.buf = sab;\n this.write_ptr = new Uint32Array(this.buf, 0, 1);\n this.read_ptr = new Uint32Array(this.buf, 4, 1);\n this.storage = new Type(this.buf, 8, this._capacity);\n }\n get type() {\n return this._Type.name;\n }\n push(elements) {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n if ((wr + 1) % this._storageCapacity() === rd) {\n return 0;\n }\n const toWrite = Math.min(this._availableWrite(rd, wr), elements.length);\n const firstPart = Math.min(this._storageCapacity() - wr, toWrite);\n const secondPart = toWrite - firstPart;\n this._copy(elements, 0, this.storage, wr, firstPart);\n this._copy(elements, firstPart, this.storage, 0, secondPart);\n Atomics.store(this.write_ptr, 0, (wr + toWrite) % this._storageCapacity());\n return toWrite;\n }\n pop(elements) {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n if (wr === rd) {\n return 0;\n }\n const isArray = !Number.isInteger(elements);\n const toRead = Math.min(this._availableRead(rd, wr), isArray ? elements.length : elements);\n if (isArray) {\n const firstPart = Math.min(this._storageCapacity() - rd, toRead);\n const secondPart = toRead - firstPart;\n this._copy(this.storage, rd, elements, 0, firstPart);\n this._copy(this.storage, 0, elements, firstPart, secondPart);\n }\n Atomics.store(this.read_ptr, 0, (rd + toRead) % this._storageCapacity());\n return toRead;\n }\n get empty() {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n return wr === rd;\n }\n get full() {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n return (wr + 1) % this._capacity !== rd;\n }\n get capacity() {\n return this._capacity - 1;\n }\n get availableRead() {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n return this._availableRead(rd, wr);\n }\n get availableWrite() {\n const rd = Atomics.load(this.read_ptr, 0);\n const wr = Atomics.load(this.write_ptr, 0);\n return this._availableWrite(rd, wr);\n }\n _availableRead(rd, wr) {\n if (wr > rd) {\n return wr - rd;\n }\n return wr + this._storageCapacity() - rd;\n }\n _availableWrite(rd, wr) {\n let rv = rd - wr - 1;\n if (wr >= rd) {\n rv += this._storageCapacity();\n }\n return rv;\n }\n _storageCapacity() {\n return this._capacity;\n }\n _copy(input, offsetInput, output, offsetOutput, size) {\n for (let i = 0; i < size; i++) {\n output[offsetOutput + i] = input[offsetInput + i];\n }\n }\n }\n if (audioWorkletGlobalScope.AudioWorkletProcessor) {\n const ModuleScope = audioWorkletGlobalScope.webAudioModules.getModuleScope(moduleId);\n if (!ModuleScope.RingBuffer)\n ModuleScope.RingBuffer = RingBuffer2;\n }\n return RingBuffer2;\n};\nvar RingBuffer_default = getRingBuffer;\n\n// src/WamArrayRingBuffer.js\nvar getWamArrayRingBuffer = (moduleId) => {\n const audioWorkletGlobalScope = globalThis;\n class WamArrayRingBuffer {\n static DefaultArrayCapacity = 2;\n static getStorageForEventCapacity(RingBuffer2, arrayLength, arrayType, maxArrayCapacity = void 0) {\n if (maxArrayCapacity === void 0)\n maxArrayCapacity = WamArrayRingBuffer.DefaultArrayCapacity;\n else\n maxArrayCapacity = Math.max(maxArrayCapacity, WamArrayRingBuffer.DefaultArrayCapacity);\n if (!arrayType.BYTES_PER_ELEMENT) {\n throw new Error(\"Pass in a ArrayBuffer subclass\");\n }\n const capacity = arrayLength * maxArrayCapacity;\n return RingBuffer2.getStorageForCapacity(capacity, arrayType);\n }\n constructor(RingBuffer2, sab, arrayLength, arrayType, maxArrayCapacity = void 0) {\n if (!arrayType.BYTES_PER_ELEMENT) {\n throw new Error(\"Pass in a ArrayBuffer subclass\");\n }\n this._arrayLength = arrayLength;\n this._arrayType = arrayType;\n this._arrayElementSizeBytes = arrayType.BYTES_PER_ELEMENT;\n this._arraySizeBytes = this._arrayLength * this._arrayElementSizeBytes;\n this._sab = sab;\n if (maxArrayCapacity === void 0)\n maxArrayCapacity = WamArrayRingBuffer.DefaultArrayCapacity;\n else\n maxArrayCapacity = Math.max(maxArrayCapacity, WamArrayRingBuffer.DefaultArrayCapacity);\n this._arrayArray = new arrayType(this._arrayLength);\n this._rb = new RingBuffer2(this._sab, arrayType);\n }\n write(array) {\n if (array.length !== this._arrayLength)\n return false;