@thi.ng/dsp 4.2.18 → 4.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-17T12:08:09Z
3
+ - **Last updated**: 2022-10-28T19:08:39Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ "use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var u=r.charAt(o),l=o-a;if(u.match(t.tokenizer.separator)||o==i){if(l>0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
3
+ `,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var u=0;u<a.length;u++)s.push(a[u]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,u=0,l=0,h=0;l<s&&h<o;)a=r[l],u=i[h],a<u?l+=2:a>u?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,u="^("+s+")?"+o+s+"("+o+")?$",l="^("+s+")?"+o+s+o+s,h="^("+s+")?"+i,m=new RegExp(a),v=new RegExp(l),b=new RegExp(u),y=new RegExp(h),E=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,p=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,S=/.$/,I=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),z=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,q=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,$=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,W=/^(.+?)(s|t)(ion)$/,P=/^(.+?)e$/,U=/ll$/,G=new RegExp("^"+s+i+"[^aeiouwxy]$"),N=function(c){var g,C,T,d,x,O,D;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),d=E,x=f,d.test(c)?c=c.replace(d,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),d=p,x=w,d.test(c)){var L=d.exec(c);d=m,d.test(L[1])&&(d=S,c=c.replace(d,""))}else if(x.test(c)){var L=x.exec(c);g=L[1],x=y,x.test(g)&&(c=g,x=I,O=_,D=z,x.test(c)?c=c+"e":O.test(c)?(d=S,c=c.replace(d,"")):D.test(c)&&(c=c+"e"))}if(d=A,d.test(c)){var L=d.exec(c);g=L[1],c=g+"i"}if(d=q,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+e[C])}if(d=$,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+n[C])}if(d=V,x=W,d.test(c)){var L=d.exec(c);g=L[1],d=v,d.test(g)&&(c=g)}else if(x.test(c)){var L=x.exec(c);g=L[1]+L[2],x=v,x.test(g)&&(c=g)}if(d=P,d.test(c)){var L=d.exec(c);g=L[1],d=v,x=b,O=G,(d.test(g)||x.test(g)&&!O.test(g))&&(c=g)}return d=U,x=v,d.test(c)&&x.test(c)&&(d=S,c=c.replace(d,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(M){return M.update(N)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var u=new t.TokenSet;u.final=a,n.edges[o]=u,n=u}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),u=a.length,l=0;l<o;l++)for(var h=s[l],m=0;m<u;m++){var v=a[m];if(v==h||h=="*"){var b=r.node.edges[v],y=r.qNode.edges[h],E=b.final&&y.final,f=void 0;v in r.output.edges?(f=r.output.edges[v],f.final=f.final||E):(f=new t.TokenSet,f.final=E,r.output.edges[v]=f),i.push({qNode:y,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u<this.fields.length;u++)i[this.fields[u]]=new t.Vector;e.call(n,n);for(var u=0;u<n.clauses.length;u++){var l=n.clauses[u],h=null,m=t.Set.empty;l.usePipeline?h=this.pipeline.runString(l.term,{fields:l.fields}):h=[l.term];for(var v=0;v<h.length;v++){var b=h[v];l.term=b;var y=t.TokenSet.fromClause(l),E=this.tokenSet.intersect(y).toArray();if(E.length===0&&l.presence===t.Query.presence.REQUIRED){for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=t.Set.empty}break}for(var w=0;w<E.length;w++)for(var S=E[w],I=this.invertedIndex[S],_=I._index,f=0;f<l.fields.length;f++){var p=l.fields[f],z=I[p],A=Object.keys(z),q=S+"/"+p,$=new t.Set(A);if(l.presence==t.Query.presence.REQUIRED&&(m=m.union($),o[p]===void 0&&(o[p]=t.Set.complete)),l.presence==t.Query.presence.PROHIBITED){a[p]===void 0&&(a[p]=t.Set.empty),a[p]=a[p].union($);continue}if(i[p].upsert(_,l.boost,function(ke,Ie){return ke+Ie}),!s[q]){for(var V=0;V<A.length;V++){var W=A[V],P=new t.FieldRef(W,p),U=z[W],G;(G=r[P])===void 0?r[P]=new t.MatchData(S,p,U):G.add(S,p,U)}s[q]=!0}}}if(l.presence===t.Query.presence.REQUIRED)for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=o[p].intersect(m)}}for(var N=t.Set.complete,M=t.Set.empty,u=0;u<this.fields.length;u++){var p=this.fields[u];o[p]&&(N=N.intersect(o[p])),a[p]&&(M=M.union(a[p]))}var c=Object.keys(r),g=[],C=Object.create(null);if(n.isNegated()){c=Object.keys(this.fieldVectors);for(var u=0;u<c.length;u++){var P=c[u],T=t.FieldRef.fromString(P);r[P]=new t.MatchData}}for(var u=0;u<c.length;u++){var T=t.FieldRef.fromString(c[u]),d=T.docRef;if(!!N.contains(d)&&!M.contains(d)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),D;if((D=C[d])!==void 0)D.score+=O,D.matchData.combine(r[T]);else{var L={ref:d,score:O,matchData:r[T]};C[d]=L,g.push(L)}}}return g.sort(function(we,Te){return Te.score-we.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,u=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var l=0;l<i.length;l++){var h=i[l],m=h[0],v=h[1];r[m]=new t.Vector(v)}for(var l=0;l<o.length;l++){var h=o[l],b=h[0],y=h[1];a.insert(b),s[b]=y}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=u,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,u=a?a(e):e[o],l=this.tokenizer(u,{fields:[o]}),h=this.pipeline.run(l),m=new t.FieldRef(r,o),v=Object.create(null);this.fieldTermFrequencies[m]=v,this.fieldLengths[m]=0,this.fieldLengths[m]+=h.length;for(var b=0;b<h.length;b++){var y=h[b];if(v[y]==null&&(v[y]=0),v[y]+=1,this.invertedIndex[y]==null){var E=Object.create(null);E._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)E[i[f]]=Object.create(null);this.invertedIndex[y]=E}this.invertedIndex[y][o][r]==null&&(this.invertedIndex[y][o][r]=Object.create(null));for(var p=0;p<this.metadataWhitelist.length;p++){var w=this.metadataWhitelist[p],S=y.metadata[w];this.invertedIndex[y][o][r][w]==null&&(this.invertedIndex[y][o][r][w]=[]),this.invertedIndex[y][o][r][w].push(S)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var u=Object.keys(this._fields),s=0;s<u.length;s++){var l=u[s];r[l]=r[l]/i[l]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,u=this.fieldLengths[o],l=new t.Vector,h=this.fieldTermFrequencies[o],m=Object.keys(h),v=m.length,b=this._fields[a].boost||1,y=this._documents[o.docRef].boost||1,E=0;E<v;E++){var f=m[E],p=h[f],w=this.invertedIndex[f]._index,S,I,_;i[f]===void 0?(S=t.idf(this.invertedIndex[f],this.documentCount),i[f]=S):S=i[f],I=S*((this._k1+1)*p)/(this._k1*(1-this._b+this._b*(u/this.averageFieldLength[a]))+p),I*=b,I*=y,_=Math.round(I*1e3)/1e3,l.insert(w,_)}e[o]=l}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],u=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var l=0;l<u.length;l++){var h=u[l];this.metadata[i][a][h]==null?this.metadata[i][a][h]=e.metadata[i][a][h]:this.metadata[i][a][h]=this.metadata[i][a][h].concat(e.metadata[i][a][h])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i<s;i++)if(r[i]===n){r.splice(i,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return!0;let n=this.listeners[e.type].slice();for(let r=0,i=n.length;r<i;r++)n[r].call(this,e);return!e.defaultPrevented}};var ne=(t,e=100)=>{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;i<s;i++){n=this.anchors[i];let o=n.anchor.getBoundingClientRect();n.position=o.top+document.body.scrollTop}this.anchors.sort((i,s)=>i.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o<s&&i[o+1].position<r;)o+=1;this.index!=o&&(this.index>-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;o<s.length;o++){let a=s[o],u=r.data.rows[Number(a.ref)],l=1;u.name.toLowerCase().startsWith(i.toLowerCase())&&(l*=1+1/(1+Math.abs(u.name.length-i.length))),a.score*=l}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let u=r.data.rows[Number(s[o].ref)],l=pe(u.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(l+=` (score: ${s[o].score.toFixed(2)})`),u.parent&&(l=`<span class="parent">${pe(u.parent,i)}.</span>${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`<b>${ie(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#039;",'"':"&quot;"};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
4
+ `}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})();
5
+ /*!
6
+ * lunr.Builder
7
+ * Copyright (C) 2020 Oliver Nightingale
8
+ */
9
+ /*!
10
+ * lunr.Index
11
+ * Copyright (C) 2020 Oliver Nightingale
12
+ */
13
+ /*!
14
+ * lunr.Pipeline
15
+ * Copyright (C) 2020 Oliver Nightingale
16
+ */
17
+ /*!
18
+ * lunr.Set
19
+ * Copyright (C) 2020 Oliver Nightingale
20
+ */
21
+ /*!
22
+ * lunr.TokenSet
23
+ * Copyright (C) 2020 Oliver Nightingale
24
+ */
25
+ /*!
26
+ * lunr.Vector
27
+ * Copyright (C) 2020 Oliver Nightingale
28
+ */
29
+ /*!
30
+ * lunr.stemmer
31
+ * Copyright (C) 2020 Oliver Nightingale
32
+ * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
33
+ */
34
+ /*!
35
+ * lunr.stopWordFilter
36
+ * Copyright (C) 2020 Oliver Nightingale
37
+ */
38
+ /*!
39
+ * lunr.tokenizer
40
+ * Copyright (C) 2020 Oliver Nightingale
41
+ */
42
+ /*!
43
+ * lunr.trimmer
44
+ * Copyright (C) 2020 Oliver Nightingale
45
+ */
46
+ /*!
47
+ * lunr.utils
48
+ * Copyright (C) 2020 Oliver Nightingale
49
+ */
50
+ /**
51
+ * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
52
+ * Copyright (C) 2020 Oliver Nightingale
53
+ * @license MIT
54
+ */
@@ -0,0 +1 @@
1
+ window.searchData = JSON.parse("{\"kinds\":{\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":64,\"name\":\"add\",\"url\":\"functions/add-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Add\",\"url\":\"classes/Add.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Add.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Add\"},{\"kind\":1024,\"name\":\"_step\",\"url\":\"classes/Add.html#_step\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Add\"},{\"kind\":1024,\"name\":\"_start\",\"url\":\"classes/Add.html#_start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Add\"},{\"kind\":1024,\"name\":\"_clamp\",\"url\":\"classes/Add.html#_clamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Add\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Add.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Add\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Add.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Add\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Add.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Add\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Add.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Add\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Add.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Add\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Add.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Add\"},{\"kind\":64,\"name\":\"addG\",\"url\":\"functions/addG.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ADSROpts\",\"url\":\"interfaces/ADSROpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"interfaces/ADSROpts.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"d\",\"url\":\"interfaces/ADSROpts.html#d\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"interfaces/ADSROpts.html#s\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"interfaces/ADSROpts.html#r\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"acurve\",\"url\":\"interfaces/ADSROpts.html#acurve\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"dcurve\",\"url\":\"interfaces/ADSROpts.html#dcurve\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"slen\",\"url\":\"interfaces/ADSROpts.html#slen\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":1024,\"name\":\"gain\",\"url\":\"interfaces/ADSROpts.html#gain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ADSROpts\"},{\"kind\":64,\"name\":\"adsr\",\"url\":\"functions/adsr-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ADSR\",\"url\":\"classes/ADSR.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ADSR.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_phase\",\"url\":\"classes/ADSR.html#_phase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_curve\",\"url\":\"classes/ADSR.html#_curve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_atime\",\"url\":\"classes/ADSR.html#_atime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_dtime\",\"url\":\"classes/ADSR.html#_dtime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_rtime\",\"url\":\"classes/ADSR.html#_rtime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_acurve\",\"url\":\"classes/ADSR.html#_acurve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_dcurve\",\"url\":\"classes/ADSR.html#_dcurve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_sustain\",\"url\":\"classes/ADSR.html#_sustain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_speriod\",\"url\":\"classes/ADSR.html#_speriod\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_gain\",\"url\":\"classes/ADSR.html#_gain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/ADSR.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/ADSR.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"isSustained\",\"url\":\"classes/ADSR.html#isSustained\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"isDone\",\"url\":\"classes/ADSR.html#isDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ADSR.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setAttack\",\"url\":\"classes/ADSR.html#setAttack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setDecay\",\"url\":\"classes/ADSR.html#setDecay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setRelease\",\"url\":\"classes/ADSR.html#setRelease\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setSustain\",\"url\":\"classes/ADSR.html#setSustain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setCurveA\",\"url\":\"classes/ADSR.html#setCurveA\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setCurveD\",\"url\":\"classes/ADSR.html#setCurveD\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"setGain\",\"url\":\"classes/ADSR.html#setGain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ADSR\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/ADSR.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ADSR.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/ADSR.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ADSR\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/ADSR.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ADSR\"},{\"kind\":128,\"name\":\"AGen\",\"url\":\"classes/AGen.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AGen.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AGen\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/AGen.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AGen\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/AGen.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AGen\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/AGen.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AGen\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AGen.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AGen\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/AGen.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AGen\"},{\"kind\":64,\"name\":\"allpass\",\"url\":\"functions/allpass.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"AllPass1\",\"url\":\"classes/AllPass1.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AllPass1.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/AllPass1.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AllPass1\"},{\"kind\":1024,\"name\":\"_coeff\",\"url\":\"classes/AllPass1.html#_coeff\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AllPass1\"},{\"kind\":1024,\"name\":\"_z1\",\"url\":\"classes/AllPass1.html#_z1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/AllPass1.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AllPass1.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"low\",\"url\":\"classes/AllPass1.html#low\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"high\",\"url\":\"classes/AllPass1.html#high\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"freq\",\"url\":\"classes/AllPass1.html#freq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/AllPass1.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AllPass1\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/AllPass1.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/AllPass1.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllPass1\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/AllPass1.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AllPass1\"},{\"kind\":64,\"name\":\"alt\",\"url\":\"functions/alt-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"altT\",\"url\":\"functions/altT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"altB\",\"url\":\"functions/altB.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Alt\",\"url\":\"classes/Alt.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Alt.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Alt\"},{\"kind\":1024,\"name\":\"_flip\",\"url\":\"classes/Alt.html#_flip\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Alt\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/Alt.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Alt\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/Alt.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Alt\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Alt.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Alt\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Alt.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Alt\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Alt.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Alt\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Alt.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Alt\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Alt.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Alt\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Alt.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Alt\"},{\"kind\":64,\"name\":\"gibbs\",\"url\":\"functions/gibbs.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fejer\",\"url\":\"functions/fejer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"polyBLEP\",\"url\":\"functions/polyBLEP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"StatelessOscillator\",\"url\":\"types/StatelessOscillator.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StatelessOscillator.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StatelessOscillator\"},{\"kind\":4194304,\"name\":\"ComplexArray\",\"url\":\"types/ComplexArray.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"WindowFn\",\"url\":\"types/WindowFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"IGen\",\"url\":\"interfaces/IGen.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"interfaces/IGen.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IGen\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"interfaces/IGen.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IGen\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/IGen.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IGen\"},{\"kind\":256,\"name\":\"IProc\",\"url\":\"interfaces/IProc.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"interfaces/IProc.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IProc\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/IProc.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IProc\"},{\"kind\":256,\"name\":\"IProc2\",\"url\":\"interfaces/IProc2.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"interfaces/IProc2.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IProc2\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/IProc2.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IProc2\"},{\"kind\":256,\"name\":\"FilterConfig\",\"url\":\"interfaces/FilterConfig.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"zeroes\",\"url\":\"interfaces/FilterConfig.html#zeroes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterConfig\"},{\"kind\":1024,\"name\":\"poles\",\"url\":\"interfaces/FilterConfig.html#poles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterConfig\"},{\"kind\":256,\"name\":\"FilterResponse\",\"url\":\"interfaces/FilterResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"freq\",\"url\":\"interfaces/FilterResponse.html#freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterResponse\"},{\"kind\":1024,\"name\":\"mag\",\"url\":\"interfaces/FilterResponse.html#mag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterResponse\"},{\"kind\":1024,\"name\":\"phase\",\"url\":\"interfaces/FilterResponse.html#phase\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterResponse\"},{\"kind\":256,\"name\":\"IFilter\",\"url\":\"interfaces/IFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"filterCoeffs\",\"url\":\"interfaces/IFilter.html#filterCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"IFilter\"},{\"kind\":4194304,\"name\":\"FilterType\",\"url\":\"types/FilterType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"BiquadType\",\"url\":\"types/BiquadType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"OnepoleType\",\"url\":\"types/OnepoleType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SVFType\",\"url\":\"types/SVFType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"AProc\",\"url\":\"classes/AProc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AProc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AProc\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/AProc.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AProc\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/AProc.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AProc\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AProc.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AProc\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/AProc.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AProc\"},{\"kind\":128,\"name\":\"AProc2\",\"url\":\"classes/AProc2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AProc2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AProc2\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/AProc2.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"AProc2\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/AProc2.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AProc2\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AProc2.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AProc2\"},{\"kind\":64,\"name\":\"biquad\",\"url\":\"functions/biquad-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadLP\",\"url\":\"functions/biquadLP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadHP\",\"url\":\"functions/biquadHP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadBP\",\"url\":\"functions/biquadBP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadNotch\",\"url\":\"functions/biquadNotch.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadPeak\",\"url\":\"functions/biquadPeak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadLoShelf\",\"url\":\"functions/biquadLoShelf.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"biquadHiShelf\",\"url\":\"functions/biquadHiShelf.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Biquad\",\"url\":\"classes/Biquad.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Biquad.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_a0\",\"url\":\"classes/Biquad.html#_a0\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_a1\",\"url\":\"classes/Biquad.html#_a1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_a2\",\"url\":\"classes/Biquad.html#_a2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_b1\",\"url\":\"classes/Biquad.html#_b1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_b2\",\"url\":\"classes/Biquad.html#_b2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_z1\",\"url\":\"classes/Biquad.html#_z1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_z2\",\"url\":\"classes/Biquad.html#_z2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_type\",\"url\":\"classes/Biquad.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/Biquad.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_q\",\"url\":\"classes/Biquad.html#_q\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_gain\",\"url\":\"classes/Biquad.html#_gain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Biquad.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Biquad.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"freq\",\"url\":\"classes/Biquad.html#freq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"q\",\"url\":\"classes/Biquad.html#q\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"gain\",\"url\":\"classes/Biquad.html#gain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Biquad.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/Biquad.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"setQ\",\"url\":\"classes/Biquad.html#setQ\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"setGain\",\"url\":\"classes/Biquad.html#setGain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"filterCoeffs\",\"url\":\"classes/Biquad.html#filterCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"calcCoeffs\",\"url\":\"classes/Biquad.html#calcCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Biquad\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Biquad.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Biquad.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Biquad\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Biquad.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Biquad\"},{\"kind\":64,\"name\":\"bounce\",\"url\":\"functions/bounce-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Bounce\",\"url\":\"classes/Bounce.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Bounce.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Bounce\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Bounce.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bounce\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Bounce.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Bounce\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Bounce.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bounce\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Bounce.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bounce\"},{\"kind\":64,\"name\":\"isComplex\",\"url\":\"functions/isComplex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"constant\",\"url\":\"functions/constant.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Const\",\"url\":\"classes/Const.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Const.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Const\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Const.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Const\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Const.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Const\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Const.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Const\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Const.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Const\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Const.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Const\"},{\"kind\":64,\"name\":\"normFreq\",\"url\":\"functions/normFreq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"freqRad\",\"url\":\"functions/freqRad.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"freqMs\",\"url\":\"functions/freqMs.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"radFreq\",\"url\":\"functions/radFreq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"msFrames\",\"url\":\"functions/msFrames.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"framesMs\",\"url\":\"functions/framesMs.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"magDb\",\"url\":\"functions/magDb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dbMag\",\"url\":\"functions/dbMag.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cosine\",\"url\":\"functions/cosine-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Cosine\",\"url\":\"classes/Cosine.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Cosine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":1024,\"name\":\"_cos\",\"url\":\"classes/Cosine.html#_cos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Cosine\"},{\"kind\":1024,\"name\":\"_nxt\",\"url\":\"classes/Cosine.html#_nxt\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Cosine\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/Cosine.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Cosine\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/Cosine.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Cosine.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Cosine.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"freq\",\"url\":\"classes/Cosine.html#freq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/Cosine.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"amp\",\"url\":\"classes/Cosine.html#amp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"setAmp\",\"url\":\"classes/Cosine.html#setAmp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"calcCoeffs\",\"url\":\"classes/Cosine.html#calcCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Cosine\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Cosine.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Cosine.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Cosine.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cosine\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Cosine.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Cosine\"},{\"kind\":64,\"name\":\"curve\",\"url\":\"functions/curve.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dcBlock\",\"url\":\"functions/dcBlock-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"DCBlock\",\"url\":\"classes/DCBlock.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DCBlock.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/DCBlock.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DCBlock\"},{\"kind\":1024,\"name\":\"_a0\",\"url\":\"classes/DCBlock.html#_a0\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":1024,\"name\":\"_b1\",\"url\":\"classes/DCBlock.html#_b1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":1024,\"name\":\"_type\",\"url\":\"classes/DCBlock.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/DCBlock.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/DCBlock.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/DCBlock.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/DCBlock.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"filterCoeffs\",\"url\":\"classes/DCBlock.html#filterCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/DCBlock.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/DCBlock.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/DCBlock.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"DCBlock\"},{\"kind\":64,\"name\":\"delay\",\"url\":\"functions/delay-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"delayT\",\"url\":\"functions/delayT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Delay\",\"url\":\"classes/Delay.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Delay.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":1024,\"name\":\"_buf\",\"url\":\"classes/Delay.html#_buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Delay\"},{\"kind\":1024,\"name\":\"_rpos\",\"url\":\"classes/Delay.html#_rpos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Delay\"},{\"kind\":1024,\"name\":\"_wpos\",\"url\":\"classes/Delay.html#_wpos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Delay\"},{\"kind\":1024,\"name\":\"_empty\",\"url\":\"classes/Delay.html#_empty\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Delay\"},{\"kind\":262144,\"name\":\"length\",\"url\":\"classes/Delay.html#length\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/Delay.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Delay.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Delay.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"tap\",\"url\":\"classes/Delay.html#tap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"multiTap\",\"url\":\"classes/Delay.html#multiTap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Delay.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/Delay.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Delay\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Delay.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Delay\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Delay.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Delay\"},{\"kind\":64,\"name\":\"feedbackDelay\",\"url\":\"functions/feedbackDelay-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"FeedbackDelay\",\"url\":\"classes/FeedbackDelay.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FeedbackDelay.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_feedback\",\"url\":\"classes/FeedbackDelay.html#_feedback\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/FeedbackDelay.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"feedback\",\"url\":\"classes/FeedbackDelay.html#feedback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"setFeedback\",\"url\":\"classes/FeedbackDelay.html#setFeedback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_buf\",\"url\":\"classes/FeedbackDelay.html#_buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_rpos\",\"url\":\"classes/FeedbackDelay.html#_rpos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_wpos\",\"url\":\"classes/FeedbackDelay.html#_wpos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_empty\",\"url\":\"classes/FeedbackDelay.html#_empty\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":262144,\"name\":\"length\",\"url\":\"classes/FeedbackDelay.html#length\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/FeedbackDelay.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/FeedbackDelay.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/FeedbackDelay.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"tap\",\"url\":\"classes/FeedbackDelay.html#tap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"multiTap\",\"url\":\"classes/FeedbackDelay.html#multiTap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"step\",\"url\":\"classes/FeedbackDelay.html#step\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/FeedbackDelay.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/FeedbackDelay.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FeedbackDelay\"},{\"kind\":64,\"name\":\"conjugate\",\"url\":\"functions/conjugate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"complexArray\",\"url\":\"functions/complexArray-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"copyComplex\",\"url\":\"functions/copyComplex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fft\",\"url\":\"functions/fft.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ifft\",\"url\":\"functions/ifft.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scaleFFT\",\"url\":\"functions/scaleFFT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normalizeFFT\",\"url\":\"functions/normalizeFFT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"denormalizeFFT\",\"url\":\"functions/denormalizeFFT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"thresholdFFT\",\"url\":\"functions/thresholdFFT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"spectrumMag\",\"url\":\"functions/spectrumMag.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"spectrumPow\",\"url\":\"functions/spectrumPow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"spectrumPhase\",\"url\":\"functions/spectrumPhase.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"freqBin\",\"url\":\"functions/freqBin.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"binFreq\",\"url\":\"functions/binFreq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fftFreq\",\"url\":\"functions/fftFreq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"filterResponseRaw\",\"url\":\"functions/filterResponseRaw.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"filterResponse\",\"url\":\"functions/filterResponse-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"freqRange\",\"url\":\"functions/freqRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"foldback\",\"url\":\"functions/foldback-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Foldback\",\"url\":\"classes/Foldback.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Foldback.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":1024,\"name\":\"_thresh\",\"url\":\"classes/Foldback.html#_thresh\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Foldback\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/Foldback.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Foldback.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"threshold\",\"url\":\"classes/Foldback.html#threshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"setThreshold\",\"url\":\"classes/Foldback.html#setThreshold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"amp\",\"url\":\"classes/Foldback.html#amp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"setAmp\",\"url\":\"classes/Foldback.html#setAmp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Foldback\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Foldback.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Foldback.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Foldback\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Foldback.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Foldback\"},{\"kind\":64,\"name\":\"impulseTrain\",\"url\":\"functions/impulseTrain-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"impulseTrainT\",\"url\":\"functions/impulseTrainT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"impulseTrainB\",\"url\":\"functions/impulseTrainB.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ImpulseTrain\",\"url\":\"classes/ImpulseTrain.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImpulseTrain.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_startpos\",\"url\":\"classes/ImpulseTrain.html#_startpos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_on\",\"url\":\"classes/ImpulseTrain.html#_on\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_off\",\"url\":\"classes/ImpulseTrain.html#_off\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_period\",\"url\":\"classes/ImpulseTrain.html#_period\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_pos\",\"url\":\"classes/ImpulseTrain.html#_pos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"ImpulseTrain\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/ImpulseTrain.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseTrain\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ImpulseTrain.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImpulseTrain\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/ImpulseTrain.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ImpulseTrain\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ImpulseTrain.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImpulseTrain\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/ImpulseTrain.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImpulseTrain\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/ImpulseTrain.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ImpulseTrain\"},{\"kind\":64,\"name\":\"impulse\",\"url\":\"functions/impulse-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"impulseT\",\"url\":\"functions/impulseT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"impulseB\",\"url\":\"functions/impulseB.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Impulse\",\"url\":\"classes/Impulse.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Impulse.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Impulse\"},{\"kind\":1024,\"name\":\"_on\",\"url\":\"classes/Impulse.html#_on\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Impulse\"},{\"kind\":1024,\"name\":\"_off\",\"url\":\"classes/Impulse.html#_off\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Impulse\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Impulse.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Impulse\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Impulse.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Impulse\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Impulse.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Impulse\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Impulse.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Impulse\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Impulse.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Impulse\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Impulse.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Impulse\"},{\"kind\":64,\"name\":\"integrator\",\"url\":\"functions/integrator-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Integrator\",\"url\":\"classes/Integrator.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Integrator.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Integrator\"},{\"kind\":1024,\"name\":\"_coeff\",\"url\":\"classes/Integrator.html#_coeff\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Integrator\"},{\"kind\":1024,\"name\":\"_start\",\"url\":\"classes/Integrator.html#_start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Integrator.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Integrator.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"coeff\",\"url\":\"classes/Integrator.html#coeff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"setCoeff\",\"url\":\"classes/Integrator.html#setCoeff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Integrator\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Integrator.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Integrator.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Integrator\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Integrator.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Integrator\"},{\"kind\":64,\"name\":\"iterable\",\"url\":\"functions/iterable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"$Iterable\",\"url\":\"classes/_Iterable.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_Iterable.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"$Iterable\"},{\"kind\":1024,\"name\":\"_iter\",\"url\":\"classes/_Iterable.html#_iter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"$Iterable\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/_Iterable.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"$Iterable\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/_Iterable.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"$Iterable\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/_Iterable.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"$Iterable\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/_Iterable.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"$Iterable\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/_Iterable.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"$Iterable\"},{\"kind\":64,\"name\":\"line\",\"url\":\"functions/line.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"madd\",\"url\":\"functions/madd-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"MAdd\",\"url\":\"classes/MAdd.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MAdd.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MAdd\"},{\"kind\":1024,\"name\":\"_factor\",\"url\":\"classes/MAdd.html#_factor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MAdd\"},{\"kind\":1024,\"name\":\"_start\",\"url\":\"classes/MAdd.html#_start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MAdd\"},{\"kind\":1024,\"name\":\"_offset\",\"url\":\"classes/MAdd.html#_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MAdd\"},{\"kind\":1024,\"name\":\"_clamp\",\"url\":\"classes/MAdd.html#_clamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MAdd\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/MAdd.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MAdd\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MAdd.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MAdd\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/MAdd.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MAdd\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MAdd.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MAdd\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/MAdd.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MAdd\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/MAdd.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MAdd\"},{\"kind\":64,\"name\":\"mapG\",\"url\":\"functions/mapG.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"MapG1\",\"url\":\"classes/MapG1.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MapG1.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MapG1\"},{\"kind\":1024,\"name\":\"_op\",\"url\":\"classes/MapG1.html#_op\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG1\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/MapG1.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG1\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MapG1.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MapG1\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/MapG1.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MapG1\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MapG1.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG1\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/MapG1.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG1\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/MapG1.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG1\"},{\"kind\":128,\"name\":\"MapG2\",\"url\":\"classes/MapG2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MapG2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MapG2\"},{\"kind\":1024,\"name\":\"_op\",\"url\":\"classes/MapG2.html#_op\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG2\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/MapG2.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG2\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/MapG2.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG2\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MapG2.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MapG2\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/MapG2.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MapG2\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MapG2.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG2\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/MapG2.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG2\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/MapG2.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG2\"},{\"kind\":128,\"name\":\"MapG3\",\"url\":\"classes/MapG3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MapG3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MapG3\"},{\"kind\":1024,\"name\":\"_op\",\"url\":\"classes/MapG3.html#_op\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG3\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/MapG3.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG3\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/MapG3.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG3\"},{\"kind\":1024,\"name\":\"_c\",\"url\":\"classes/MapG3.html#_c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG3\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MapG3.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MapG3\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/MapG3.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MapG3\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MapG3.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG3\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/MapG3.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG3\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/MapG3.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG3\"},{\"kind\":128,\"name\":\"MapG4\",\"url\":\"classes/MapG4.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MapG4.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_op\",\"url\":\"classes/MapG4.html#_op\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/MapG4.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/MapG4.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_c\",\"url\":\"classes/MapG4.html#_c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_d\",\"url\":\"classes/MapG4.html#_d\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MapG4\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MapG4.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MapG4\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/MapG4.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MapG4\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MapG4.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG4\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/MapG4.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG4\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/MapG4.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MapG4\"},{\"kind\":128,\"name\":\"Mix\",\"url\":\"classes/Mix.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Mix.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Mix\"},{\"kind\":1024,\"name\":\"_t\",\"url\":\"classes/Mix.html#_t\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Mix\"},{\"kind\":262144,\"name\":\"mix\",\"url\":\"classes/Mix.html#mix\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Mix\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Mix.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mix\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Mix.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Mix\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Mix.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Mix\"},{\"kind\":64,\"name\":\"mul\",\"url\":\"functions/mul-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Mul\",\"url\":\"classes/Mul.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Mul.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Mul\"},{\"kind\":1024,\"name\":\"_factor\",\"url\":\"classes/Mul.html#_factor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Mul\"},{\"kind\":1024,\"name\":\"_start\",\"url\":\"classes/Mul.html#_start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Mul\"},{\"kind\":1024,\"name\":\"_clamp\",\"url\":\"classes/Mul.html#_clamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Mul\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Mul.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mul\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Mul.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Mul\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Mul.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Mul\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Mul.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Mul\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Mul.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Mul\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Mul.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Mul\"},{\"kind\":64,\"name\":\"multiplex\",\"url\":\"functions/multiplex-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Multiplex\",\"url\":\"classes/Multiplex.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Multiplex.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Multiplex\"},{\"kind\":1024,\"name\":\"_procs\",\"url\":\"classes/Multiplex.html#_procs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Multiplex\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Multiplex.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Multiplex\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Multiplex.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Multiplex\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Multiplex.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Multiplex\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Multiplex.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Multiplex\"},{\"kind\":64,\"name\":\"onepoleLP\",\"url\":\"functions/onepoleLP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"onepoleHP\",\"url\":\"functions/onepoleHP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"OnePole\",\"url\":\"classes/OnePole.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OnePole.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":1024,\"name\":\"_a0\",\"url\":\"classes/OnePole.html#_a0\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OnePole\"},{\"kind\":1024,\"name\":\"_b1\",\"url\":\"classes/OnePole.html#_b1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OnePole\"},{\"kind\":1024,\"name\":\"_type\",\"url\":\"classes/OnePole.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OnePole\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/OnePole.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/OnePole.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/OnePole.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/OnePole.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/OnePole.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"filterCoeffs\",\"url\":\"classes/OnePole.html#filterCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OnePole\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/OnePole.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/OnePole.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OnePole\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/OnePole.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OnePole\"},{\"kind\":64,\"name\":\"additive\",\"url\":\"functions/additive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"squareAdditive\",\"url\":\"functions/squareAdditive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sawAdditive\",\"url\":\"functions/sawAdditive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cos\",\"url\":\"functions/cos.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dsf\",\"url\":\"functions/dsf.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dsfHOF\",\"url\":\"functions/dsfHOF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixOsc\",\"url\":\"functions/mixOsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixOscHOF\",\"url\":\"functions/mixOscHOF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"parabolic\",\"url\":\"functions/parabolic.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rect\",\"url\":\"functions/rect.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rectHOF\",\"url\":\"functions/rectHOF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"saw\",\"url\":\"functions/saw.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sin\",\"url\":\"functions/sin.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tri\",\"url\":\"functions/tri.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wavetable\",\"url\":\"functions/wavetable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"osc\",\"url\":\"functions/osc-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"modOsc\",\"url\":\"functions/modOsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Osc\",\"url\":\"classes/Osc.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Osc.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Osc\"},{\"kind\":1024,\"name\":\"_phase\",\"url\":\"classes/Osc.html#_phase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Osc\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/Osc.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Osc\"},{\"kind\":1024,\"name\":\"_osc\",\"url\":\"classes/Osc.html#_osc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Osc\"},{\"kind\":1024,\"name\":\"_dc\",\"url\":\"classes/Osc.html#_dc\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Osc.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/Osc.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"setAmp\",\"url\":\"classes/Osc.html#setAmp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Osc\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Osc.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Osc.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Osc.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Osc\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Osc.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Osc\"},{\"kind\":64,\"name\":\"pinkNoise\",\"url\":\"functions/pinkNoise-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"PinkNoise\",\"url\":\"classes/PinkNoise.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PinkNoise.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_bins\",\"url\":\"classes/PinkNoise.html#_bins\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_psum\",\"url\":\"classes/PinkNoise.html#_psum\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_gain\",\"url\":\"classes/PinkNoise.html#_gain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_rnd\",\"url\":\"classes/PinkNoise.html#_rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/PinkNoise.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PinkNoise\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/PinkNoise.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PinkNoise\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/PinkNoise.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PinkNoise\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/PinkNoise.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PinkNoise\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/PinkNoise.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PinkNoise\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/PinkNoise.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PinkNoise\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/PinkNoise.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PinkNoise\"},{\"kind\":64,\"name\":\"pipe\",\"url\":\"functions/pipe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"integralT\",\"url\":\"functions/integralT.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"integralTSquared\",\"url\":\"functions/integralTSquared.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"integralF\",\"url\":\"functions/integralF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"integralFSquared\",\"url\":\"functions/integralFSquared.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"powerScale\",\"url\":\"functions/powerScale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"invPowerScale\",\"url\":\"functions/invPowerScale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"powerSumSquared\",\"url\":\"functions/powerSumSquared.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"powerMeanSquared\",\"url\":\"functions/powerMeanSquared.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"powerTimeIntegral\",\"url\":\"functions/powerTimeIntegral.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"product\",\"url\":\"functions/product.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reciprocal\",\"url\":\"functions/reciprocal-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Reciprocal\",\"url\":\"classes/Reciprocal.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Reciprocal.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Reciprocal\"},{\"kind\":1024,\"name\":\"_n\",\"url\":\"classes/Reciprocal.html#_n\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Reciprocal\"},{\"kind\":1024,\"name\":\"_step\",\"url\":\"classes/Reciprocal.html#_step\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Reciprocal\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Reciprocal.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Reciprocal\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Reciprocal.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Reciprocal\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Reciprocal.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Reciprocal\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Reciprocal.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Reciprocal\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/Reciprocal.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Reciprocal\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Reciprocal.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Reciprocal\"},{\"kind\":64,\"name\":\"serial\",\"url\":\"functions/serial-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Serial2\",\"url\":\"classes/Serial2.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Serial2.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Serial2\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/Serial2.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial2\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/Serial2.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial2\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Serial2.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Serial2\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Serial2.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Serial2\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Serial2.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial2\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Serial2.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial2\"},{\"kind\":128,\"name\":\"Serial3\",\"url\":\"classes/Serial3.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Serial3.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Serial3\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/Serial3.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial3\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/Serial3.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial3\"},{\"kind\":1024,\"name\":\"_c\",\"url\":\"classes/Serial3.html#_c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial3\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Serial3.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Serial3\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Serial3.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Serial3\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Serial3.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial3\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Serial3.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial3\"},{\"kind\":128,\"name\":\"Serial4\",\"url\":\"classes/Serial4.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Serial4.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Serial4\"},{\"kind\":1024,\"name\":\"_a\",\"url\":\"classes/Serial4.html#_a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial4\"},{\"kind\":1024,\"name\":\"_b\",\"url\":\"classes/Serial4.html#_b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial4\"},{\"kind\":1024,\"name\":\"_c\",\"url\":\"classes/Serial4.html#_c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial4\"},{\"kind\":1024,\"name\":\"_d\",\"url\":\"classes/Serial4.html#_d\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial4\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Serial4.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Serial4\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Serial4.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Serial4\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Serial4.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial4\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Serial4.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial4\"},{\"kind\":128,\"name\":\"Serial\",\"url\":\"classes/Serial.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Serial.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Serial\"},{\"kind\":1024,\"name\":\"_procs\",\"url\":\"classes/Serial.html#_procs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Serial\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Serial.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Serial\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/Serial.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Serial\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Serial.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/Serial.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Serial\"},{\"kind\":128,\"name\":\"SinCos\",\"url\":\"classes/SinCos.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SinCos.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_f\",\"url\":\"classes/SinCos.html#_f\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_s\",\"url\":\"classes/SinCos.html#_s\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_c\",\"url\":\"classes/SinCos.html#_c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/SinCos.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/SinCos.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/SinCos.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/SinCos.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"freq\",\"url\":\"classes/SinCos.html#freq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/SinCos.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"amp\",\"url\":\"classes/SinCos.html#amp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"setAmp\",\"url\":\"classes/SinCos.html#setAmp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"calcCoeffs\",\"url\":\"classes/SinCos.html#calcCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SinCos\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/SinCos.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/SinCos.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/SinCos.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SinCos\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/SinCos.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SinCos\"},{\"kind\":64,\"name\":\"sum\",\"url\":\"functions/sum.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfLP\",\"url\":\"functions/svfLP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfHP\",\"url\":\"functions/svfHP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfBP\",\"url\":\"functions/svfBP.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfNotch\",\"url\":\"functions/svfNotch.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfPeak\",\"url\":\"functions/svfPeak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"svfAllpass\",\"url\":\"functions/svfAllpass.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"SVF\",\"url\":\"classes/SVF.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SVF.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_a1\",\"url\":\"classes/SVF.html#_a1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_a2\",\"url\":\"classes/SVF.html#_a2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_c1\",\"url\":\"classes/SVF.html#_c1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_c2\",\"url\":\"classes/SVF.html#_c2\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_g\",\"url\":\"classes/SVF.html#_g\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_k\",\"url\":\"classes/SVF.html#_k\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_type\",\"url\":\"classes/SVF.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_freq\",\"url\":\"classes/SVF.html#_freq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_q\",\"url\":\"classes/SVF.html#_q\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/SVF.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/SVF.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/SVF.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"setFreq\",\"url\":\"classes/SVF.html#setFreq\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"setQ\",\"url\":\"classes/SVF.html#setQ\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"computeCoeffs\",\"url\":\"classes/SVF.html#computeCoeffs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"SVF\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/SVF.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/SVF.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SVF\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/SVF.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SVF\"},{\"kind\":64,\"name\":\"sweep\",\"url\":\"functions/sweep.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"WaveShaperFn\",\"url\":\"types/WaveShaperFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"waveShaper\",\"url\":\"functions/waveShaper-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"WaveShaper\",\"url\":\"classes/WaveShaper.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WaveShaper.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":1024,\"name\":\"_amp\",\"url\":\"classes/WaveShaper.html#_amp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaveShaper\"},{\"kind\":1024,\"name\":\"_autoGain\",\"url\":\"classes/WaveShaper.html#_autoGain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaveShaper\"},{\"kind\":1024,\"name\":\"_coeff\",\"url\":\"classes/WaveShaper.html#_coeff\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaveShaper\"},{\"kind\":1024,\"name\":\"_map\",\"url\":\"classes/WaveShaper.html#_map\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/WaveShaper.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"coeff\",\"url\":\"classes/WaveShaper.html#coeff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"setCoeff\",\"url\":\"classes/WaveShaper.html#setCoeff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"amp\",\"url\":\"classes/WaveShaper.html#amp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"setAmp\",\"url\":\"classes/WaveShaper.html#setAmp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"setAutoGain\",\"url\":\"classes/WaveShaper.html#setAutoGain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WaveShaper\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/WaveShaper.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/WaveShaper.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WaveShaper\"},{\"kind\":2048,\"name\":\"xform\",\"url\":\"classes/WaveShaper.html#xform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WaveShaper\"},{\"kind\":64,\"name\":\"waveshapeTan\",\"url\":\"functions/waveshapeTan.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waveshapeSigmoid\",\"url\":\"functions/waveshapeSigmoid.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waveshapeSin\",\"url\":\"functions/waveshapeSin.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"whiteNoise\",\"url\":\"functions/whiteNoise-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"WhiteNoise\",\"url\":\"classes/WhiteNoise.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WhiteNoise.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WhiteNoise\"},{\"kind\":1024,\"name\":\"_gain\",\"url\":\"classes/WhiteNoise.html#_gain\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WhiteNoise\"},{\"kind\":1024,\"name\":\"_rnd\",\"url\":\"classes/WhiteNoise.html#_rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"WhiteNoise\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/WhiteNoise.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WhiteNoise\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/WhiteNoise.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WhiteNoise\"},{\"kind\":1024,\"name\":\"_val\",\"url\":\"classes/WhiteNoise.html#_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"WhiteNoise\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/WhiteNoise.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WhiteNoise\"},{\"kind\":2048,\"name\":\"take\",\"url\":\"classes/WhiteNoise.html#take\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WhiteNoise\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/WhiteNoise.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"WhiteNoise\"},{\"kind\":64,\"name\":\"window\",\"url\":\"functions/window.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"applyWindow\",\"url\":\"functions/applyWindow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowRect\",\"url\":\"functions/windowRect.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowBartlett\",\"url\":\"functions/windowBartlett.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowWelch\",\"url\":\"functions/windowWelch.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowSin\",\"url\":\"functions/windowSin.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowSinPow\",\"url\":\"functions/windowSinPow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowLanczos\",\"url\":\"functions/windowLanczos.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowHann\",\"url\":\"functions/windowHann.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowHamming\",\"url\":\"functions/windowHamming.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowBlackman\",\"url\":\"functions/windowBlackman.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowBlackmanHarris\",\"url\":\"functions/windowBlackmanHarris.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowNuttall\",\"url\":\"functions/windowNuttall.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowBlackmanNuttall\",\"url\":\"functions/windowBlackmanNuttall.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"windowGauss\",\"url\":\"functions/windowGauss.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,55.358]],[\"comment/0\",[]],[\"name/1\",[0,55.358]],[\"comment/1\",[]],[\"name/2\",[1,27.757]],[\"comment/2\",[]],[\"name/3\",[2,55.358]],[\"comment/3\",[]],[\"name/4\",[3,49.48]],[\"comment/4\",[]],[\"name/5\",[4,51.993]],[\"comment/5\",[]],[\"name/6\",[5,34.316]],[\"comment/6\",[]],[\"name/7\",[6,27.025]],[\"comment/7\",[]],[\"name/8\",[7,27.757]],[\"comment/8\",[]],[\"name/9\",[8,27.025]],[\"comment/9\",[]],[\"name/10\",[9,33.84]],[\"comment/10\",[]],[\"name/11\",[10,34.316]],[\"comment/11\",[]],[\"name/12\",[11,60.466]],[\"comment/12\",[]],[\"name/13\",[12,60.466]],[\"comment/13\",[]],[\"name/14\",[13,60.466]],[\"comment/14\",[]],[\"name/15\",[14,60.466]],[\"comment/15\",[]],[\"name/16\",[15,60.466]],[\"comment/16\",[]],[\"name/17\",[16,60.466]],[\"comment/17\",[]],[\"name/18\",[17,60.466]],[\"comment/18\",[]],[\"name/19\",[18,60.466]],[\"comment/19\",[]],[\"name/20\",[19,60.466]],[\"comment/20\",[]],[\"name/21\",[20,55.358]],[\"comment/21\",[]],[\"name/22\",[21,55.358]],[\"comment/22\",[]],[\"name/23\",[21,55.358]],[\"comment/23\",[]],[\"name/24\",[1,27.757]],[\"comment/24\",[]],[\"name/25\",[22,55.358]],[\"comment/25\",[]],[\"name/26\",[23,60.466]],[\"comment/26\",[]],[\"name/27\",[24,60.466]],[\"comment/27\",[]],[\"name/28\",[25,60.466]],[\"comment/28\",[]],[\"name/29\",[26,60.466]],[\"comment/29\",[]],[\"name/30\",[27,60.466]],[\"comment/30\",[]],[\"name/31\",[28,60.466]],[\"comment/31\",[]],[\"name/32\",[29,60.466]],[\"comment/32\",[]],[\"name/33\",[30,60.466]],[\"comment/33\",[]],[\"name/34\",[31,49.48]],[\"comment/34\",[]],[\"name/35\",[5,34.316]],[\"comment/35\",[]],[\"name/36\",[32,60.466]],[\"comment/36\",[]],[\"name/37\",[33,60.466]],[\"comment/37\",[]],[\"name/38\",[34,60.466]],[\"comment/38\",[]],[\"name/39\",[6,27.025]],[\"comment/39\",[]],[\"name/40\",[35,60.466]],[\"comment/40\",[]],[\"name/41\",[36,60.466]],[\"comment/41\",[]],[\"name/42\",[37,60.466]],[\"comment/42\",[]],[\"name/43\",[38,60.466]],[\"comment/43\",[]],[\"name/44\",[39,60.466]],[\"comment/44\",[]],[\"name/45\",[40,60.466]],[\"comment/45\",[]],[\"name/46\",[41,55.358]],[\"comment/46\",[]],[\"name/47\",[7,27.757]],[\"comment/47\",[]],[\"name/48\",[8,27.025]],[\"comment/48\",[]],[\"name/49\",[9,33.84]],[\"comment/49\",[]],[\"name/50\",[10,34.316]],[\"comment/50\",[]],[\"name/51\",[42,60.466]],[\"comment/51\",[]],[\"name/52\",[1,27.757]],[\"comment/52\",[]],[\"name/53\",[7,27.757]],[\"comment/53\",[]],[\"name/54\",[8,27.025]],[\"comment/54\",[]],[\"name/55\",[9,33.84]],[\"comment/55\",[]],[\"name/56\",[6,27.025]],[\"comment/56\",[]],[\"name/57\",[10,34.316]],[\"comment/57\",[]],[\"name/58\",[43,60.466]],[\"comment/58\",[]],[\"name/59\",[44,60.466]],[\"comment/59\",[]],[\"name/60\",[1,27.757]],[\"comment/60\",[]],[\"name/61\",[45,44.371]],[\"comment/61\",[]],[\"name/62\",[46,51.993]],[\"comment/62\",[]],[\"name/63\",[47,55.358]],[\"comment/63\",[]],[\"name/64\",[5,34.316]],[\"comment/64\",[]],[\"name/65\",[6,27.025]],[\"comment/65\",[]],[\"name/66\",[48,60.466]],[\"comment/66\",[]],[\"name/67\",[49,60.466]],[\"comment/67\",[]],[\"name/68\",[50,47.473]],[\"comment/68\",[]],[\"name/69\",[51,43.12]],[\"comment/69\",[]],[\"name/70\",[7,27.757]],[\"comment/70\",[]],[\"name/71\",[8,27.025]],[\"comment/71\",[]],[\"name/72\",[52,35.898]],[\"comment/72\",[]],[\"name/73\",[53,55.358]],[\"comment/73\",[]],[\"name/74\",[54,60.466]],[\"comment/74\",[]],[\"name/75\",[55,60.466]],[\"comment/75\",[]],[\"name/76\",[53,55.358]],[\"comment/76\",[]],[\"name/77\",[1,27.757]],[\"comment/77\",[]],[\"name/78\",[56,60.466]],[\"comment/78\",[]],[\"name/79\",[57,43.12]],[\"comment/79\",[]],[\"name/80\",[58,44.371]],[\"comment/80\",[]],[\"name/81\",[5,34.316]],[\"comment/81\",[]],[\"name/82\",[6,27.025]],[\"comment/82\",[]],[\"name/83\",[7,27.757]],[\"comment/83\",[]],[\"name/84\",[8,27.025]],[\"comment/84\",[]],[\"name/85\",[9,33.84]],[\"comment/85\",[]],[\"name/86\",[10,34.316]],[\"comment/86\",[]],[\"name/87\",[59,60.466]],[\"comment/87\",[]],[\"name/88\",[60,60.466]],[\"comment/88\",[]],[\"name/89\",[61,60.466]],[\"comment/89\",[]],[\"name/90\",[62,60.466]],[\"comment/90\",[]],[\"name/91\",[63,60.466]],[\"comment/91\",[]],[\"name/92\",[64,55.358]],[\"comment/92\",[]],[\"name/93\",[65,60.466]],[\"comment/93\",[]],[\"name/94\",[66,60.466]],[\"comment/94\",[]],[\"name/95\",[6,27.025]],[\"comment/95\",[]],[\"name/96\",[9,33.84]],[\"comment/96\",[]],[\"name/97\",[8,27.025]],[\"comment/97\",[]],[\"name/98\",[67,60.466]],[\"comment/98\",[]],[\"name/99\",[6,27.025]],[\"comment/99\",[]],[\"name/100\",[8,27.025]],[\"comment/100\",[]],[\"name/101\",[68,60.466]],[\"comment/101\",[]],[\"name/102\",[6,27.025]],[\"comment/102\",[]],[\"name/103\",[8,27.025]],[\"comment/103\",[]],[\"name/104\",[69,60.466]],[\"comment/104\",[]],[\"name/105\",[70,60.466]],[\"comment/105\",[]],[\"name/106\",[71,60.466]],[\"comment/106\",[]],[\"name/107\",[72,55.358]],[\"comment/107\",[]],[\"name/108\",[50,47.473]],[\"comment/108\",[]],[\"name/109\",[73,60.466]],[\"comment/109\",[]],[\"name/110\",[74,60.466]],[\"comment/110\",[]],[\"name/111\",[75,60.466]],[\"comment/111\",[]],[\"name/112\",[76,49.48]],[\"comment/112\",[]],[\"name/113\",[77,60.466]],[\"comment/113\",[]],[\"name/114\",[78,60.466]],[\"comment/114\",[]],[\"name/115\",[79,60.466]],[\"comment/115\",[]],[\"name/116\",[80,60.466]],[\"comment/116\",[]],[\"name/117\",[81,60.466]],[\"comment/117\",[]],[\"name/118\",[1,27.757]],[\"comment/118\",[]],[\"name/119\",[7,27.757]],[\"comment/119\",[]],[\"name/120\",[8,27.025]],[\"comment/120\",[]],[\"name/121\",[6,27.025]],[\"comment/121\",[]],[\"name/122\",[52,35.898]],[\"comment/122\",[]],[\"name/123\",[82,60.466]],[\"comment/123\",[]],[\"name/124\",[1,27.757]],[\"comment/124\",[]],[\"name/125\",[7,27.757]],[\"comment/125\",[]],[\"name/126\",[8,27.025]],[\"comment/126\",[]],[\"name/127\",[6,27.025]],[\"comment/127\",[]],[\"name/128\",[83,55.358]],[\"comment/128\",[]],[\"name/129\",[84,60.466]],[\"comment/129\",[]],[\"name/130\",[85,60.466]],[\"comment/130\",[]],[\"name/131\",[86,60.466]],[\"comment/131\",[]],[\"name/132\",[87,60.466]],[\"comment/132\",[]],[\"name/133\",[88,60.466]],[\"comment/133\",[]],[\"name/134\",[89,60.466]],[\"comment/134\",[]],[\"name/135\",[90,60.466]],[\"comment/135\",[]],[\"name/136\",[83,55.358]],[\"comment/136\",[]],[\"name/137\",[1,27.757]],[\"comment/137\",[]],[\"name/138\",[91,51.993]],[\"comment/138\",[]],[\"name/139\",[92,55.358]],[\"comment/139\",[]],[\"name/140\",[93,55.358]],[\"comment/140\",[]],[\"name/141\",[94,51.993]],[\"comment/141\",[]],[\"name/142\",[95,60.466]],[\"comment/142\",[]],[\"name/143\",[47,55.358]],[\"comment/143\",[]],[\"name/144\",[96,60.466]],[\"comment/144\",[]],[\"name/145\",[97,49.48]],[\"comment/145\",[]],[\"name/146\",[45,44.371]],[\"comment/146\",[]],[\"name/147\",[98,55.358]],[\"comment/147\",[]],[\"name/148\",[31,49.48]],[\"comment/148\",[]],[\"name/149\",[5,34.316]],[\"comment/149\",[]],[\"name/150\",[6,27.025]],[\"comment/150\",[]],[\"name/151\",[50,47.473]],[\"comment/151\",[]],[\"name/152\",[99,60.466]],[\"comment/152\",[]],[\"name/153\",[20,55.358]],[\"comment/153\",[]],[\"name/154\",[100,55.358]],[\"comment/154\",[]],[\"name/155\",[51,43.12]],[\"comment/155\",[]],[\"name/156\",[101,55.358]],[\"comment/156\",[]],[\"name/157\",[41,55.358]],[\"comment/157\",[]],[\"name/158\",[76,49.48]],[\"comment/158\",[]],[\"name/159\",[102,51.993]],[\"comment/159\",[]],[\"name/160\",[7,27.757]],[\"comment/160\",[]],[\"name/161\",[8,27.025]],[\"comment/161\",[]],[\"name/162\",[52,35.898]],[\"comment/162\",[]],[\"name/163\",[103,55.358]],[\"comment/163\",[]],[\"name/164\",[103,55.358]],[\"comment/164\",[]],[\"name/165\",[1,27.757]],[\"comment/165\",[]],[\"name/166\",[6,27.025]],[\"comment/166\",[]],[\"name/167\",[7,27.757]],[\"comment/167\",[]],[\"name/168\",[8,27.025]],[\"comment/168\",[]],[\"name/169\",[52,35.898]],[\"comment/169\",[]],[\"name/170\",[104,60.466]],[\"comment/170\",[]],[\"name/171\",[105,60.466]],[\"comment/171\",[]],[\"name/172\",[106,60.466]],[\"comment/172\",[]],[\"name/173\",[1,27.757]],[\"comment/173\",[]],[\"name/174\",[6,27.025]],[\"comment/174\",[]],[\"name/175\",[7,27.757]],[\"comment/175\",[]],[\"name/176\",[8,27.025]],[\"comment/176\",[]],[\"name/177\",[9,33.84]],[\"comment/177\",[]],[\"name/178\",[10,34.316]],[\"comment/178\",[]],[\"name/179\",[107,60.466]],[\"comment/179\",[]],[\"name/180\",[108,60.466]],[\"comment/180\",[]],[\"name/181\",[109,60.466]],[\"comment/181\",[]],[\"name/182\",[110,60.466]],[\"comment/182\",[]],[\"name/183\",[111,60.466]],[\"comment/183\",[]],[\"name/184\",[112,60.466]],[\"comment/184\",[]],[\"name/185\",[113,60.466]],[\"comment/185\",[]],[\"name/186\",[114,60.466]],[\"comment/186\",[]],[\"name/187\",[115,55.358]],[\"comment/187\",[]],[\"name/188\",[115,55.358]],[\"comment/188\",[]],[\"name/189\",[1,27.757]],[\"comment/189\",[]],[\"name/190\",[116,60.466]],[\"comment/190\",[]],[\"name/191\",[117,60.466]],[\"comment/191\",[]],[\"name/192\",[45,44.371]],[\"comment/192\",[]],[\"name/193\",[118,45.802]],[\"comment/193\",[]],[\"name/194\",[5,34.316]],[\"comment/194\",[]],[\"name/195\",[6,27.025]],[\"comment/195\",[]],[\"name/196\",[50,47.473]],[\"comment/196\",[]],[\"name/197\",[51,43.12]],[\"comment/197\",[]],[\"name/198\",[119,49.48]],[\"comment/198\",[]],[\"name/199\",[120,47.473]],[\"comment/199\",[]],[\"name/200\",[102,51.993]],[\"comment/200\",[]],[\"name/201\",[7,27.757]],[\"comment/201\",[]],[\"name/202\",[8,27.025]],[\"comment/202\",[]],[\"name/203\",[9,33.84]],[\"comment/203\",[]],[\"name/204\",[10,34.316]],[\"comment/204\",[]],[\"name/205\",[121,60.466]],[\"comment/205\",[]],[\"name/206\",[122,55.358]],[\"comment/206\",[]],[\"name/207\",[122,55.358]],[\"comment/207\",[]],[\"name/208\",[1,27.757]],[\"comment/208\",[]],[\"name/209\",[6,27.025]],[\"comment/209\",[]],[\"name/210\",[91,51.993]],[\"comment/210\",[]],[\"name/211\",[94,51.993]],[\"comment/211\",[]],[\"name/212\",[97,49.48]],[\"comment/212\",[]],[\"name/213\",[45,44.371]],[\"comment/213\",[]],[\"name/214\",[123,49.48]],[\"comment/214\",[]],[\"name/215\",[5,34.316]],[\"comment/215\",[]],[\"name/216\",[51,43.12]],[\"comment/216\",[]],[\"name/217\",[76,49.48]],[\"comment/217\",[]],[\"name/218\",[7,27.757]],[\"comment/218\",[]],[\"name/219\",[8,27.025]],[\"comment/219\",[]],[\"name/220\",[52,35.898]],[\"comment/220\",[]],[\"name/221\",[124,55.358]],[\"comment/221\",[]],[\"name/222\",[125,60.466]],[\"comment/222\",[]],[\"name/223\",[124,55.358]],[\"comment/223\",[]],[\"name/224\",[1,27.757]],[\"comment/224\",[]],[\"name/225\",[126,55.358]],[\"comment/225\",[]],[\"name/226\",[127,55.358]],[\"comment/226\",[]],[\"name/227\",[128,55.358]],[\"comment/227\",[]],[\"name/228\",[129,55.358]],[\"comment/228\",[]],[\"name/229\",[130,55.358]],[\"comment/229\",[]],[\"name/230\",[123,49.48]],[\"comment/230\",[]],[\"name/231\",[5,34.316]],[\"comment/231\",[]],[\"name/232\",[8,27.025]],[\"comment/232\",[]],[\"name/233\",[131,55.358]],[\"comment/233\",[]],[\"name/234\",[132,55.358]],[\"comment/234\",[]],[\"name/235\",[6,27.025]],[\"comment/235\",[]],[\"name/236\",[133,55.358]],[\"comment/236\",[]],[\"name/237\",[7,27.757]],[\"comment/237\",[]],[\"name/238\",[52,35.898]],[\"comment/238\",[]],[\"name/239\",[134,55.358]],[\"comment/239\",[]],[\"name/240\",[134,55.358]],[\"comment/240\",[]],[\"name/241\",[1,27.757]],[\"comment/241\",[]],[\"name/242\",[135,60.466]],[\"comment/242\",[]],[\"name/243\",[6,27.025]],[\"comment/243\",[]],[\"name/244\",[136,60.466]],[\"comment/244\",[]],[\"name/245\",[137,60.466]],[\"comment/245\",[]],[\"name/246\",[126,55.358]],[\"comment/246\",[]],[\"name/247\",[127,55.358]],[\"comment/247\",[]],[\"name/248\",[128,55.358]],[\"comment/248\",[]],[\"name/249\",[129,55.358]],[\"comment/249\",[]],[\"name/250\",[130,55.358]],[\"comment/250\",[]],[\"name/251\",[123,49.48]],[\"comment/251\",[]],[\"name/252\",[5,34.316]],[\"comment/252\",[]],[\"name/253\",[8,27.025]],[\"comment/253\",[]],[\"name/254\",[131,55.358]],[\"comment/254\",[]],[\"name/255\",[132,55.358]],[\"comment/255\",[]],[\"name/256\",[133,55.358]],[\"comment/256\",[]],[\"name/257\",[7,27.757]],[\"comment/257\",[]],[\"name/258\",[52,35.898]],[\"comment/258\",[]],[\"name/259\",[138,60.466]],[\"comment/259\",[]],[\"name/260\",[64,55.358]],[\"comment/260\",[]],[\"name/261\",[139,60.466]],[\"comment/261\",[]],[\"name/262\",[140,60.466]],[\"comment/262\",[]],[\"name/263\",[141,60.466]],[\"comment/263\",[]],[\"name/264\",[142,60.466]],[\"comment/264\",[]],[\"name/265\",[143,60.466]],[\"comment/265\",[]],[\"name/266\",[144,60.466]],[\"comment/266\",[]],[\"name/267\",[145,60.466]],[\"comment/267\",[]],[\"name/268\",[146,60.466]],[\"comment/268\",[]],[\"name/269\",[147,60.466]],[\"comment/269\",[]],[\"name/270\",[148,60.466]],[\"comment/270\",[]],[\"name/271\",[149,60.466]],[\"comment/271\",[]],[\"name/272\",[150,60.466]],[\"comment/272\",[]],[\"name/273\",[151,60.466]],[\"comment/273\",[]],[\"name/274\",[152,60.466]],[\"comment/274\",[]],[\"name/275\",[72,55.358]],[\"comment/275\",[]],[\"name/276\",[153,60.466]],[\"comment/276\",[]],[\"name/277\",[154,55.358]],[\"comment/277\",[]],[\"name/278\",[154,55.358]],[\"comment/278\",[]],[\"name/279\",[1,27.757]],[\"comment/279\",[]],[\"name/280\",[155,60.466]],[\"comment/280\",[]],[\"name/281\",[118,45.802]],[\"comment/281\",[]],[\"name/282\",[6,27.025]],[\"comment/282\",[]],[\"name/283\",[156,60.466]],[\"comment/283\",[]],[\"name/284\",[157,60.466]],[\"comment/284\",[]],[\"name/285\",[119,49.48]],[\"comment/285\",[]],[\"name/286\",[120,47.473]],[\"comment/286\",[]],[\"name/287\",[7,27.757]],[\"comment/287\",[]],[\"name/288\",[8,27.025]],[\"comment/288\",[]],[\"name/289\",[52,35.898]],[\"comment/289\",[]],[\"name/290\",[158,55.358]],[\"comment/290\",[]],[\"name/291\",[159,60.466]],[\"comment/291\",[]],[\"name/292\",[160,60.466]],[\"comment/292\",[]],[\"name/293\",[158,55.358]],[\"comment/293\",[]],[\"name/294\",[1,27.757]],[\"comment/294\",[]],[\"name/295\",[161,60.466]],[\"comment/295\",[]],[\"name/296\",[162,55.358]],[\"comment/296\",[]],[\"name/297\",[163,55.358]],[\"comment/297\",[]],[\"name/298\",[164,60.466]],[\"comment/298\",[]],[\"name/299\",[165,60.466]],[\"comment/299\",[]],[\"name/300\",[5,34.316]],[\"comment/300\",[]],[\"name/301\",[6,27.025]],[\"comment/301\",[]],[\"name/302\",[7,27.757]],[\"comment/302\",[]],[\"name/303\",[8,27.025]],[\"comment/303\",[]],[\"name/304\",[9,33.84]],[\"comment/304\",[]],[\"name/305\",[10,34.316]],[\"comment/305\",[]],[\"name/306\",[166,55.358]],[\"comment/306\",[]],[\"name/307\",[167,60.466]],[\"comment/307\",[]],[\"name/308\",[168,60.466]],[\"comment/308\",[]],[\"name/309\",[166,55.358]],[\"comment/309\",[]],[\"name/310\",[1,27.757]],[\"comment/310\",[]],[\"name/311\",[162,55.358]],[\"comment/311\",[]],[\"name/312\",[163,55.358]],[\"comment/312\",[]],[\"name/313\",[5,34.316]],[\"comment/313\",[]],[\"name/314\",[6,27.025]],[\"comment/314\",[]],[\"name/315\",[7,27.757]],[\"comment/315\",[]],[\"name/316\",[8,27.025]],[\"comment/316\",[]],[\"name/317\",[9,33.84]],[\"comment/317\",[]],[\"name/318\",[10,34.316]],[\"comment/318\",[]],[\"name/319\",[169,55.358]],[\"comment/319\",[]],[\"name/320\",[169,55.358]],[\"comment/320\",[]],[\"name/321\",[1,27.757]],[\"comment/321\",[]],[\"name/322\",[46,51.993]],[\"comment/322\",[]],[\"name/323\",[3,49.48]],[\"comment/323\",[]],[\"name/324\",[5,34.316]],[\"comment/324\",[]],[\"name/325\",[6,27.025]],[\"comment/325\",[]],[\"name/326\",[170,55.358]],[\"comment/326\",[]],[\"name/327\",[171,55.358]],[\"comment/327\",[]],[\"name/328\",[7,27.757]],[\"comment/328\",[]],[\"name/329\",[8,27.025]],[\"comment/329\",[]],[\"name/330\",[52,35.898]],[\"comment/330\",[]],[\"name/331\",[172,55.358]],[\"comment/331\",[]],[\"name/332\",[172,55.358]],[\"comment/332\",[]],[\"name/333\",[1,27.757]],[\"comment/333\",[]],[\"name/334\",[173,60.466]],[\"comment/334\",[]],[\"name/335\",[7,27.757]],[\"comment/335\",[]],[\"name/336\",[8,27.025]],[\"comment/336\",[]],[\"name/337\",[6,27.025]],[\"comment/337\",[]],[\"name/338\",[9,33.84]],[\"comment/338\",[]],[\"name/339\",[10,34.316]],[\"comment/339\",[]],[\"name/340\",[174,60.466]],[\"comment/340\",[]],[\"name/341\",[175,55.358]],[\"comment/341\",[]],[\"name/342\",[175,55.358]],[\"comment/342\",[]],[\"name/343\",[1,27.757]],[\"comment/343\",[]],[\"name/344\",[176,55.358]],[\"comment/344\",[]],[\"name/345\",[3,49.48]],[\"comment/345\",[]],[\"name/346\",[177,60.466]],[\"comment/346\",[]],[\"name/347\",[4,51.993]],[\"comment/347\",[]],[\"name/348\",[5,34.316]],[\"comment/348\",[]],[\"name/349\",[6,27.025]],[\"comment/349\",[]],[\"name/350\",[7,27.757]],[\"comment/350\",[]],[\"name/351\",[8,27.025]],[\"comment/351\",[]],[\"name/352\",[9,33.84]],[\"comment/352\",[]],[\"name/353\",[10,34.316]],[\"comment/353\",[]],[\"name/354\",[178,60.466]],[\"comment/354\",[]],[\"name/355\",[179,60.466]],[\"comment/355\",[]],[\"name/356\",[1,27.757]],[\"comment/356\",[]],[\"name/357\",[180,49.48]],[\"comment/357\",[]],[\"name/358\",[57,43.12]],[\"comment/358\",[]],[\"name/359\",[6,27.025]],[\"comment/359\",[]],[\"name/360\",[7,27.757]],[\"comment/360\",[]],[\"name/361\",[8,27.025]],[\"comment/361\",[]],[\"name/362\",[9,33.84]],[\"comment/362\",[]],[\"name/363\",[10,34.316]],[\"comment/363\",[]],[\"name/364\",[181,60.466]],[\"comment/364\",[]],[\"name/365\",[1,27.757]],[\"comment/365\",[]],[\"name/366\",[180,49.48]],[\"comment/366\",[]],[\"name/367\",[57,43.12]],[\"comment/367\",[]],[\"name/368\",[58,44.371]],[\"comment/368\",[]],[\"name/369\",[6,27.025]],[\"comment/369\",[]],[\"name/370\",[7,27.757]],[\"comment/370\",[]],[\"name/371\",[8,27.025]],[\"comment/371\",[]],[\"name/372\",[9,33.84]],[\"comment/372\",[]],[\"name/373\",[10,34.316]],[\"comment/373\",[]],[\"name/374\",[182,60.466]],[\"comment/374\",[]],[\"name/375\",[1,27.757]],[\"comment/375\",[]],[\"name/376\",[180,49.48]],[\"comment/376\",[]],[\"name/377\",[57,43.12]],[\"comment/377\",[]],[\"name/378\",[58,44.371]],[\"comment/378\",[]],[\"name/379\",[183,47.473]],[\"comment/379\",[]],[\"name/380\",[6,27.025]],[\"comment/380\",[]],[\"name/381\",[7,27.757]],[\"comment/381\",[]],[\"name/382\",[8,27.025]],[\"comment/382\",[]],[\"name/383\",[9,33.84]],[\"comment/383\",[]],[\"name/384\",[10,34.316]],[\"comment/384\",[]],[\"name/385\",[184,60.466]],[\"comment/385\",[]],[\"name/386\",[1,27.757]],[\"comment/386\",[]],[\"name/387\",[180,49.48]],[\"comment/387\",[]],[\"name/388\",[57,43.12]],[\"comment/388\",[]],[\"name/389\",[58,44.371]],[\"comment/389\",[]],[\"name/390\",[183,47.473]],[\"comment/390\",[]],[\"name/391\",[185,55.358]],[\"comment/391\",[]],[\"name/392\",[6,27.025]],[\"comment/392\",[]],[\"name/393\",[7,27.757]],[\"comment/393\",[]],[\"name/394\",[8,27.025]],[\"comment/394\",[]],[\"name/395\",[9,33.84]],[\"comment/395\",[]],[\"name/396\",[10,34.316]],[\"comment/396\",[]],[\"name/397\",[186,55.358]],[\"comment/397\",[]],[\"name/398\",[1,27.757]],[\"comment/398\",[]],[\"name/399\",[187,60.466]],[\"comment/399\",[]],[\"name/400\",[186,55.358]],[\"comment/400\",[]],[\"name/401\",[6,27.025]],[\"comment/401\",[]],[\"name/402\",[7,27.757]],[\"comment/402\",[]],[\"name/403\",[8,27.025]],[\"comment/403\",[]],[\"name/404\",[188,55.358]],[\"comment/404\",[]],[\"name/405\",[188,55.358]],[\"comment/405\",[]],[\"name/406\",[1,27.757]],[\"comment/406\",[]],[\"name/407\",[176,55.358]],[\"comment/407\",[]],[\"name/408\",[3,49.48]],[\"comment/408\",[]],[\"name/409\",[4,51.993]],[\"comment/409\",[]],[\"name/410\",[5,34.316]],[\"comment/410\",[]],[\"name/411\",[6,27.025]],[\"comment/411\",[]],[\"name/412\",[7,27.757]],[\"comment/412\",[]],[\"name/413\",[8,27.025]],[\"comment/413\",[]],[\"name/414\",[9,33.84]],[\"comment/414\",[]],[\"name/415\",[10,34.316]],[\"comment/415\",[]],[\"name/416\",[189,55.358]],[\"comment/416\",[]],[\"name/417\",[189,55.358]],[\"comment/417\",[]],[\"name/418\",[1,27.757]],[\"comment/418\",[]],[\"name/419\",[190,55.358]],[\"comment/419\",[]],[\"name/420\",[6,27.025]],[\"comment/420\",[]],[\"name/421\",[7,27.757]],[\"comment/421\",[]],[\"name/422\",[8,27.025]],[\"comment/422\",[]],[\"name/423\",[52,35.898]],[\"comment/423\",[]],[\"name/424\",[191,60.466]],[\"comment/424\",[]],[\"name/425\",[192,60.466]],[\"comment/425\",[]],[\"name/426\",[193,60.466]],[\"comment/426\",[]],[\"name/427\",[1,27.757]],[\"comment/427\",[]],[\"name/428\",[91,51.993]],[\"comment/428\",[]],[\"name/429\",[94,51.993]],[\"comment/429\",[]],[\"name/430\",[97,49.48]],[\"comment/430\",[]],[\"name/431\",[45,44.371]],[\"comment/431\",[]],[\"name/432\",[123,49.48]],[\"comment/432\",[]],[\"name/433\",[5,34.316]],[\"comment/433\",[]],[\"name/434\",[6,27.025]],[\"comment/434\",[]],[\"name/435\",[51,43.12]],[\"comment/435\",[]],[\"name/436\",[76,49.48]],[\"comment/436\",[]],[\"name/437\",[7,27.757]],[\"comment/437\",[]],[\"name/438\",[8,27.025]],[\"comment/438\",[]],[\"name/439\",[52,35.898]],[\"comment/439\",[]],[\"name/440\",[194,60.466]],[\"comment/440\",[]],[\"name/441\",[195,60.466]],[\"comment/441\",[]],[\"name/442\",[196,60.466]],[\"comment/442\",[]],[\"name/443\",[197,60.466]],[\"comment/443\",[]],[\"name/444\",[198,60.466]],[\"comment/444\",[]],[\"name/445\",[199,60.466]],[\"comment/445\",[]],[\"name/446\",[200,60.466]],[\"comment/446\",[]],[\"name/447\",[201,60.466]],[\"comment/447\",[]],[\"name/448\",[202,60.466]],[\"comment/448\",[]],[\"name/449\",[203,60.466]],[\"comment/449\",[]],[\"name/450\",[204,60.466]],[\"comment/450\",[]],[\"name/451\",[205,60.466]],[\"comment/451\",[]],[\"name/452\",[206,60.466]],[\"comment/452\",[]],[\"name/453\",[207,60.466]],[\"comment/453\",[]],[\"name/454\",[208,60.466]],[\"comment/454\",[]],[\"name/455\",[209,55.358]],[\"comment/455\",[]],[\"name/456\",[210,60.466]],[\"comment/456\",[]],[\"name/457\",[209,55.358]],[\"comment/457\",[]],[\"name/458\",[1,27.757]],[\"comment/458\",[]],[\"name/459\",[22,55.358]],[\"comment/459\",[]],[\"name/460\",[118,45.802]],[\"comment/460\",[]],[\"name/461\",[211,60.466]],[\"comment/461\",[]],[\"name/462\",[212,60.466]],[\"comment/462\",[]],[\"name/463\",[6,27.025]],[\"comment/463\",[]],[\"name/464\",[51,43.12]],[\"comment/464\",[]],[\"name/465\",[120,47.473]],[\"comment/465\",[]],[\"name/466\",[7,27.757]],[\"comment/466\",[]],[\"name/467\",[8,27.025]],[\"comment/467\",[]],[\"name/468\",[9,33.84]],[\"comment/468\",[]],[\"name/469\",[10,34.316]],[\"comment/469\",[]],[\"name/470\",[213,55.358]],[\"comment/470\",[]],[\"name/471\",[213,55.358]],[\"comment/471\",[]],[\"name/472\",[1,27.757]],[\"comment/472\",[]],[\"name/473\",[214,60.466]],[\"comment/473\",[]],[\"name/474\",[215,60.466]],[\"comment/474\",[]],[\"name/475\",[31,49.48]],[\"comment/475\",[]],[\"name/476\",[216,55.358]],[\"comment/476\",[]],[\"name/477\",[118,45.802]],[\"comment/477\",[]],[\"name/478\",[5,34.316]],[\"comment/478\",[]],[\"name/479\",[6,27.025]],[\"comment/479\",[]],[\"name/480\",[7,27.757]],[\"comment/480\",[]],[\"name/481\",[8,27.025]],[\"comment/481\",[]],[\"name/482\",[9,33.84]],[\"comment/482\",[]],[\"name/483\",[10,34.316]],[\"comment/483\",[]],[\"name/484\",[217,60.466]],[\"comment/484\",[]],[\"name/485\",[218,60.466]],[\"comment/485\",[]],[\"name/486\",[219,60.466]],[\"comment/486\",[]],[\"name/487\",[220,60.466]],[\"comment/487\",[]],[\"name/488\",[221,60.466]],[\"comment/488\",[]],[\"name/489\",[222,60.466]],[\"comment/489\",[]],[\"name/490\",[223,60.466]],[\"comment/490\",[]],[\"name/491\",[224,60.466]],[\"comment/491\",[]],[\"name/492\",[225,60.466]],[\"comment/492\",[]],[\"name/493\",[226,60.466]],[\"comment/493\",[]],[\"name/494\",[227,60.466]],[\"comment/494\",[]],[\"name/495\",[228,55.358]],[\"comment/495\",[]],[\"name/496\",[228,55.358]],[\"comment/496\",[]],[\"name/497\",[1,27.757]],[\"comment/497\",[]],[\"name/498\",[229,60.466]],[\"comment/498\",[]],[\"name/499\",[2,55.358]],[\"comment/499\",[]],[\"name/500\",[5,34.316]],[\"comment/500\",[]],[\"name/501\",[6,27.025]],[\"comment/501\",[]],[\"name/502\",[7,27.757]],[\"comment/502\",[]],[\"name/503\",[8,27.025]],[\"comment/503\",[]],[\"name/504\",[9,33.84]],[\"comment/504\",[]],[\"name/505\",[10,34.316]],[\"comment/505\",[]],[\"name/506\",[230,55.358]],[\"comment/506\",[]],[\"name/507\",[231,60.466]],[\"comment/507\",[]],[\"name/508\",[1,27.757]],[\"comment/508\",[]],[\"name/509\",[57,43.12]],[\"comment/509\",[]],[\"name/510\",[58,44.371]],[\"comment/510\",[]],[\"name/511\",[6,27.025]],[\"comment/511\",[]],[\"name/512\",[7,27.757]],[\"comment/512\",[]],[\"name/513\",[8,27.025]],[\"comment/513\",[]],[\"name/514\",[52,35.898]],[\"comment/514\",[]],[\"name/515\",[232,60.466]],[\"comment/515\",[]],[\"name/516\",[1,27.757]],[\"comment/516\",[]],[\"name/517\",[57,43.12]],[\"comment/517\",[]],[\"name/518\",[58,44.371]],[\"comment/518\",[]],[\"name/519\",[183,47.473]],[\"comment/519\",[]],[\"name/520\",[6,27.025]],[\"comment/520\",[]],[\"name/521\",[7,27.757]],[\"comment/521\",[]],[\"name/522\",[8,27.025]],[\"comment/522\",[]],[\"name/523\",[52,35.898]],[\"comment/523\",[]],[\"name/524\",[233,60.466]],[\"comment/524\",[]],[\"name/525\",[1,27.757]],[\"comment/525\",[]],[\"name/526\",[57,43.12]],[\"comment/526\",[]],[\"name/527\",[58,44.371]],[\"comment/527\",[]],[\"name/528\",[183,47.473]],[\"comment/528\",[]],[\"name/529\",[185,55.358]],[\"comment/529\",[]],[\"name/530\",[6,27.025]],[\"comment/530\",[]],[\"name/531\",[7,27.757]],[\"comment/531\",[]],[\"name/532\",[8,27.025]],[\"comment/532\",[]],[\"name/533\",[52,35.898]],[\"comment/533\",[]],[\"name/534\",[230,55.358]],[\"comment/534\",[]],[\"name/535\",[1,27.757]],[\"comment/535\",[]],[\"name/536\",[190,55.358]],[\"comment/536\",[]],[\"name/537\",[6,27.025]],[\"comment/537\",[]],[\"name/538\",[7,27.757]],[\"comment/538\",[]],[\"name/539\",[8,27.025]],[\"comment/539\",[]],[\"name/540\",[52,35.898]],[\"comment/540\",[]],[\"name/541\",[234,60.466]],[\"comment/541\",[]],[\"name/542\",[1,27.757]],[\"comment/542\",[]],[\"name/543\",[235,60.466]],[\"comment/543\",[]],[\"name/544\",[236,60.466]],[\"comment/544\",[]],[\"name/545\",[183,47.473]],[\"comment/545\",[]],[\"name/546\",[45,44.371]],[\"comment/546\",[]],[\"name/547\",[118,45.802]],[\"comment/547\",[]],[\"name/548\",[5,34.316]],[\"comment/548\",[]],[\"name/549\",[6,27.025]],[\"comment/549\",[]],[\"name/550\",[50,47.473]],[\"comment/550\",[]],[\"name/551\",[51,43.12]],[\"comment/551\",[]],[\"name/552\",[119,49.48]],[\"comment/552\",[]],[\"name/553\",[120,47.473]],[\"comment/553\",[]],[\"name/554\",[102,51.993]],[\"comment/554\",[]],[\"name/555\",[7,27.757]],[\"comment/555\",[]],[\"name/556\",[8,27.025]],[\"comment/556\",[]],[\"name/557\",[9,33.84]],[\"comment/557\",[]],[\"name/558\",[10,34.316]],[\"comment/558\",[]],[\"name/559\",[237,60.466]],[\"comment/559\",[]],[\"name/560\",[238,60.466]],[\"comment/560\",[]],[\"name/561\",[239,60.466]],[\"comment/561\",[]],[\"name/562\",[240,60.466]],[\"comment/562\",[]],[\"name/563\",[241,60.466]],[\"comment/563\",[]],[\"name/564\",[242,60.466]],[\"comment/564\",[]],[\"name/565\",[243,60.466]],[\"comment/565\",[]],[\"name/566\",[244,60.466]],[\"comment/566\",[]],[\"name/567\",[1,27.757]],[\"comment/567\",[]],[\"name/568\",[92,55.358]],[\"comment/568\",[]],[\"name/569\",[93,55.358]],[\"comment/569\",[]],[\"name/570\",[245,60.466]],[\"comment/570\",[]],[\"name/571\",[246,60.466]],[\"comment/571\",[]],[\"name/572\",[247,60.466]],[\"comment/572\",[]],[\"name/573\",[248,60.466]],[\"comment/573\",[]],[\"name/574\",[97,49.48]],[\"comment/574\",[]],[\"name/575\",[45,44.371]],[\"comment/575\",[]],[\"name/576\",[98,55.358]],[\"comment/576\",[]],[\"name/577\",[5,34.316]],[\"comment/577\",[]],[\"name/578\",[6,27.025]],[\"comment/578\",[]],[\"name/579\",[100,55.358]],[\"comment/579\",[]],[\"name/580\",[51,43.12]],[\"comment/580\",[]],[\"name/581\",[101,55.358]],[\"comment/581\",[]],[\"name/582\",[249,60.466]],[\"comment/582\",[]],[\"name/583\",[7,27.757]],[\"comment/583\",[]],[\"name/584\",[8,27.025]],[\"comment/584\",[]],[\"name/585\",[52,35.898]],[\"comment/585\",[]],[\"name/586\",[250,60.466]],[\"comment/586\",[]],[\"name/587\",[251,60.466]],[\"comment/587\",[]],[\"name/588\",[252,55.358]],[\"comment/588\",[]],[\"name/589\",[252,55.358]],[\"comment/589\",[]],[\"name/590\",[1,27.757]],[\"comment/590\",[]],[\"name/591\",[118,45.802]],[\"comment/591\",[]],[\"name/592\",[253,60.466]],[\"comment/592\",[]],[\"name/593\",[46,51.993]],[\"comment/593\",[]],[\"name/594\",[254,60.466]],[\"comment/594\",[]],[\"name/595\",[6,27.025]],[\"comment/595\",[]],[\"name/596\",[170,55.358]],[\"comment/596\",[]],[\"name/597\",[171,55.358]],[\"comment/597\",[]],[\"name/598\",[119,49.48]],[\"comment/598\",[]],[\"name/599\",[120,47.473]],[\"comment/599\",[]],[\"name/600\",[255,60.466]],[\"comment/600\",[]],[\"name/601\",[7,27.757]],[\"comment/601\",[]],[\"name/602\",[8,27.025]],[\"comment/602\",[]],[\"name/603\",[52,35.898]],[\"comment/603\",[]],[\"name/604\",[256,60.466]],[\"comment/604\",[]],[\"name/605\",[257,60.466]],[\"comment/605\",[]],[\"name/606\",[258,60.466]],[\"comment/606\",[]],[\"name/607\",[259,55.358]],[\"comment/607\",[]],[\"name/608\",[259,55.358]],[\"comment/608\",[]],[\"name/609\",[1,27.757]],[\"comment/609\",[]],[\"name/610\",[31,49.48]],[\"comment/610\",[]],[\"name/611\",[216,55.358]],[\"comment/611\",[]],[\"name/612\",[5,34.316]],[\"comment/612\",[]],[\"name/613\",[6,27.025]],[\"comment/613\",[]],[\"name/614\",[7,27.757]],[\"comment/614\",[]],[\"name/615\",[8,27.025]],[\"comment/615\",[]],[\"name/616\",[9,33.84]],[\"comment/616\",[]],[\"name/617\",[10,34.316]],[\"comment/617\",[]],[\"name/618\",[260,60.466]],[\"comment/618\",[]],[\"name/619\",[261,60.466]],[\"comment/619\",[]],[\"name/620\",[262,60.466]],[\"comment/620\",[]],[\"name/621\",[263,60.466]],[\"comment/621\",[]],[\"name/622\",[264,60.466]],[\"comment/622\",[]],[\"name/623\",[265,60.466]],[\"comment/623\",[]],[\"name/624\",[266,60.466]],[\"comment/624\",[]],[\"name/625\",[267,60.466]],[\"comment/625\",[]],[\"name/626\",[268,60.466]],[\"comment/626\",[]],[\"name/627\",[269,60.466]],[\"comment/627\",[]],[\"name/628\",[270,60.466]],[\"comment/628\",[]],[\"name/629\",[271,60.466]],[\"comment/629\",[]],[\"name/630\",[272,60.466]],[\"comment/630\",[]],[\"name/631\",[273,60.466]],[\"comment/631\",[]],[\"name/632\",[274,60.466]],[\"comment/632\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":63,\"name\":{\"91\":{}},\"comment\":{}}],[\"_a\",{\"_index\":57,\"name\":{\"79\":{},\"358\":{},\"367\":{},\"377\":{},\"388\":{},\"509\":{},\"517\":{},\"526\":{}},\"comment\":{}}],[\"_a0\",{\"_index\":91,\"name\":{\"138\":{},\"210\":{},\"428\":{}},\"comment\":{}}],[\"_a1\",{\"_index\":92,\"name\":{\"139\":{},\"568\":{}},\"comment\":{}}],[\"_a2\",{\"_index\":93,\"name\":{\"140\":{},\"569\":{}},\"comment\":{}}],[\"_acurve\",{\"_index\":27,\"name\":{\"30\":{}},\"comment\":{}}],[\"_amp\",{\"_index\":118,\"name\":{\"193\":{},\"281\":{},\"460\":{},\"477\":{},\"547\":{},\"591\":{}},\"comment\":{}}],[\"_atime\",{\"_index\":24,\"name\":{\"27\":{}},\"comment\":{}}],[\"_autogain\",{\"_index\":253,\"name\":{\"592\":{}},\"comment\":{}}],[\"_b\",{\"_index\":58,\"name\":{\"80\":{},\"368\":{},\"378\":{},\"389\":{},\"510\":{},\"518\":{},\"527\":{}},\"comment\":{}}],[\"_b1\",{\"_index\":94,\"name\":{\"141\":{},\"211\":{},\"429\":{}},\"comment\":{}}],[\"_b2\",{\"_index\":95,\"name\":{\"142\":{}},\"comment\":{}}],[\"_bins\",{\"_index\":214,\"name\":{\"473\":{}},\"comment\":{}}],[\"_buf\",{\"_index\":126,\"name\":{\"225\":{},\"246\":{}},\"comment\":{}}],[\"_c\",{\"_index\":183,\"name\":{\"379\":{},\"390\":{},\"519\":{},\"528\":{},\"545\":{}},\"comment\":{}}],[\"_c1\",{\"_index\":245,\"name\":{\"570\":{}},\"comment\":{}}],[\"_c2\",{\"_index\":246,\"name\":{\"571\":{}},\"comment\":{}}],[\"_clamp\",{\"_index\":4,\"name\":{\"5\":{},\"347\":{},\"409\":{}},\"comment\":{}}],[\"_coeff\",{\"_index\":46,\"name\":{\"62\":{},\"322\":{},\"593\":{}},\"comment\":{}}],[\"_cos\",{\"_index\":116,\"name\":{\"190\":{}},\"comment\":{}}],[\"_curve\",{\"_index\":23,\"name\":{\"26\":{}},\"comment\":{}}],[\"_d\",{\"_index\":185,\"name\":{\"391\":{},\"529\":{}},\"comment\":{}}],[\"_dc\",{\"_index\":212,\"name\":{\"462\":{}},\"comment\":{}}],[\"_dcurve\",{\"_index\":28,\"name\":{\"31\":{}},\"comment\":{}}],[\"_dtime\",{\"_index\":25,\"name\":{\"28\":{}},\"comment\":{}}],[\"_empty\",{\"_index\":129,\"name\":{\"228\":{},\"249\":{}},\"comment\":{}}],[\"_f\",{\"_index\":235,\"name\":{\"543\":{}},\"comment\":{}}],[\"_factor\",{\"_index\":176,\"name\":{\"344\":{},\"407\":{}},\"comment\":{}}],[\"_feedback\",{\"_index\":135,\"name\":{\"242\":{}},\"comment\":{}}],[\"_flip\",{\"_index\":56,\"name\":{\"78\":{}},\"comment\":{}}],[\"_freq\",{\"_index\":45,\"name\":{\"61\":{},\"146\":{},\"192\":{},\"213\":{},\"431\":{},\"546\":{},\"575\":{}},\"comment\":{}}],[\"_g\",{\"_index\":247,\"name\":{\"572\":{}},\"comment\":{}}],[\"_gain\",{\"_index\":31,\"name\":{\"34\":{},\"148\":{},\"475\":{},\"610\":{}},\"comment\":{}}],[\"_iter\",{\"_index\":173,\"name\":{\"334\":{}},\"comment\":{}}],[\"_k\",{\"_index\":248,\"name\":{\"573\":{}},\"comment\":{}}],[\"_map\",{\"_index\":254,\"name\":{\"594\":{}},\"comment\":{}}],[\"_n\",{\"_index\":229,\"name\":{\"498\":{}},\"comment\":{}}],[\"_nxt\",{\"_index\":117,\"name\":{\"191\":{}},\"comment\":{}}],[\"_off\",{\"_index\":163,\"name\":{\"297\":{},\"312\":{}},\"comment\":{}}],[\"_offset\",{\"_index\":177,\"name\":{\"346\":{}},\"comment\":{}}],[\"_on\",{\"_index\":162,\"name\":{\"296\":{},\"311\":{}},\"comment\":{}}],[\"_op\",{\"_index\":180,\"name\":{\"357\":{},\"366\":{},\"376\":{},\"387\":{}},\"comment\":{}}],[\"_osc\",{\"_index\":211,\"name\":{\"461\":{}},\"comment\":{}}],[\"_period\",{\"_index\":164,\"name\":{\"298\":{}},\"comment\":{}}],[\"_phase\",{\"_index\":22,\"name\":{\"25\":{},\"459\":{}},\"comment\":{}}],[\"_pos\",{\"_index\":165,\"name\":{\"299\":{}},\"comment\":{}}],[\"_procs\",{\"_index\":190,\"name\":{\"419\":{},\"536\":{}},\"comment\":{}}],[\"_psum\",{\"_index\":215,\"name\":{\"474\":{}},\"comment\":{}}],[\"_q\",{\"_index\":98,\"name\":{\"147\":{},\"576\":{}},\"comment\":{}}],[\"_rnd\",{\"_index\":216,\"name\":{\"476\":{},\"611\":{}},\"comment\":{}}],[\"_rpos\",{\"_index\":127,\"name\":{\"226\":{},\"247\":{}},\"comment\":{}}],[\"_rtime\",{\"_index\":26,\"name\":{\"29\":{}},\"comment\":{}}],[\"_s\",{\"_index\":236,\"name\":{\"544\":{}},\"comment\":{}}],[\"_speriod\",{\"_index\":30,\"name\":{\"33\":{}},\"comment\":{}}],[\"_start\",{\"_index\":3,\"name\":{\"4\":{},\"323\":{},\"345\":{},\"408\":{}},\"comment\":{}}],[\"_startpos\",{\"_index\":161,\"name\":{\"295\":{}},\"comment\":{}}],[\"_step\",{\"_index\":2,\"name\":{\"3\":{},\"499\":{}},\"comment\":{}}],[\"_sustain\",{\"_index\":29,\"name\":{\"32\":{}},\"comment\":{}}],[\"_t\",{\"_index\":187,\"name\":{\"399\":{}},\"comment\":{}}],[\"_thresh\",{\"_index\":155,\"name\":{\"280\":{}},\"comment\":{}}],[\"_type\",{\"_index\":97,\"name\":{\"145\":{},\"212\":{},\"430\":{},\"574\":{}},\"comment\":{}}],[\"_val\",{\"_index\":7,\"name\":{\"8\":{},\"47\":{},\"53\":{},\"70\":{},\"83\":{},\"119\":{},\"125\":{},\"160\":{},\"167\":{},\"175\":{},\"201\":{},\"218\":{},\"237\":{},\"257\":{},\"287\":{},\"302\":{},\"315\":{},\"328\":{},\"335\":{},\"350\":{},\"360\":{},\"370\":{},\"381\":{},\"393\":{},\"402\":{},\"412\":{},\"421\":{},\"437\":{},\"466\":{},\"480\":{},\"502\":{},\"512\":{},\"521\":{},\"531\":{},\"538\":{},\"555\":{},\"583\":{},\"601\":{},\"614\":{}},\"comment\":{}}],[\"_wpos\",{\"_index\":128,\"name\":{\"227\":{},\"248\":{}},\"comment\":{}}],[\"_z1\",{\"_index\":47,\"name\":{\"63\":{},\"143\":{}},\"comment\":{}}],[\"_z2\",{\"_index\":96,\"name\":{\"144\":{}},\"comment\":{}}],[\"a\",{\"_index\":13,\"name\":{\"14\":{}},\"comment\":{}}],[\"acurve\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"add\",{\"_index\":0,\"name\":{\"0\":{},\"1\":{}},\"comment\":{}}],[\"addg\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"additive\",{\"_index\":194,\"name\":{\"440\":{}},\"comment\":{}}],[\"adsr\",{\"_index\":21,\"name\":{\"22\":{},\"23\":{}},\"comment\":{}}],[\"adsropts\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"agen\",{\"_index\":42,\"name\":{\"51\":{}},\"comment\":{}}],[\"allpass\",{\"_index\":43,\"name\":{\"58\":{}},\"comment\":{}}],[\"allpass1\",{\"_index\":44,\"name\":{\"59\":{}},\"comment\":{}}],[\"alt\",{\"_index\":53,\"name\":{\"73\":{},\"76\":{}},\"comment\":{}}],[\"altb\",{\"_index\":55,\"name\":{\"75\":{}},\"comment\":{}}],[\"altt\",{\"_index\":54,\"name\":{\"74\":{}},\"comment\":{}}],[\"amp\",{\"_index\":119,\"name\":{\"198\":{},\"285\":{},\"552\":{},\"598\":{}},\"comment\":{}}],[\"applywindow\",{\"_index\":261,\"name\":{\"619\":{}},\"comment\":{}}],[\"aproc\",{\"_index\":81,\"name\":{\"117\":{}},\"comment\":{}}],[\"aproc2\",{\"_index\":82,\"name\":{\"123\":{}},\"comment\":{}}],[\"binfreq\",{\"_index\":150,\"name\":{\"272\":{}},\"comment\":{}}],[\"biquad\",{\"_index\":83,\"name\":{\"128\":{},\"136\":{}},\"comment\":{}}],[\"biquadbp\",{\"_index\":86,\"name\":{\"131\":{}},\"comment\":{}}],[\"biquadhishelf\",{\"_index\":90,\"name\":{\"135\":{}},\"comment\":{}}],[\"biquadhp\",{\"_index\":85,\"name\":{\"130\":{}},\"comment\":{}}],[\"biquadloshelf\",{\"_index\":89,\"name\":{\"134\":{}},\"comment\":{}}],[\"biquadlp\",{\"_index\":84,\"name\":{\"129\":{}},\"comment\":{}}],[\"biquadnotch\",{\"_index\":87,\"name\":{\"132\":{}},\"comment\":{}}],[\"biquadpeak\",{\"_index\":88,\"name\":{\"133\":{}},\"comment\":{}}],[\"biquadtype\",{\"_index\":78,\"name\":{\"114\":{}},\"comment\":{}}],[\"bounce\",{\"_index\":103,\"name\":{\"163\":{},\"164\":{}},\"comment\":{}}],[\"calccoeffs\",{\"_index\":102,\"name\":{\"159\":{},\"200\":{},\"554\":{}},\"comment\":{}}],[\"clear\",{\"_index\":123,\"name\":{\"214\":{},\"230\":{},\"251\":{},\"432\":{}},\"comment\":{}}],[\"coeff\",{\"_index\":170,\"name\":{\"326\":{},\"596\":{}},\"comment\":{}}],[\"complexarray\",{\"_index\":64,\"name\":{\"92\":{},\"260\":{}},\"comment\":{}}],[\"computecoeffs\",{\"_index\":249,\"name\":{\"582\":{}},\"comment\":{}}],[\"conjugate\",{\"_index\":138,\"name\":{\"259\":{}},\"comment\":{}}],[\"const\",{\"_index\":106,\"name\":{\"172\":{}},\"comment\":{}}],[\"constant\",{\"_index\":105,\"name\":{\"171\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"2\":{},\"24\":{},\"52\":{},\"60\":{},\"77\":{},\"118\":{},\"124\":{},\"137\":{},\"165\":{},\"173\":{},\"189\":{},\"208\":{},\"224\":{},\"241\":{},\"279\":{},\"294\":{},\"310\":{},\"321\":{},\"333\":{},\"343\":{},\"356\":{},\"365\":{},\"375\":{},\"386\":{},\"398\":{},\"406\":{},\"418\":{},\"427\":{},\"458\":{},\"472\":{},\"497\":{},\"508\":{},\"516\":{},\"525\":{},\"535\":{},\"542\":{},\"567\":{},\"590\":{},\"609\":{}},\"comment\":{}}],[\"copycomplex\",{\"_index\":139,\"name\":{\"261\":{}},\"comment\":{}}],[\"cos\",{\"_index\":197,\"name\":{\"443\":{}},\"comment\":{}}],[\"cosine\",{\"_index\":115,\"name\":{\"187\":{},\"188\":{}},\"comment\":{}}],[\"curve\",{\"_index\":121,\"name\":{\"205\":{}},\"comment\":{}}],[\"d\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"dbmag\",{\"_index\":114,\"name\":{\"186\":{}},\"comment\":{}}],[\"dcblock\",{\"_index\":122,\"name\":{\"206\":{},\"207\":{}},\"comment\":{}}],[\"dcurve\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"delay\",{\"_index\":124,\"name\":{\"221\":{},\"223\":{}},\"comment\":{}}],[\"delayt\",{\"_index\":125,\"name\":{\"222\":{}},\"comment\":{}}],[\"denormalizefft\",{\"_index\":144,\"name\":{\"266\":{}},\"comment\":{}}],[\"deref\",{\"_index\":8,\"name\":{\"9\":{},\"48\":{},\"54\":{},\"71\":{},\"84\":{},\"97\":{},\"100\":{},\"103\":{},\"120\":{},\"126\":{},\"161\":{},\"168\":{},\"176\":{},\"202\":{},\"219\":{},\"232\":{},\"253\":{},\"288\":{},\"303\":{},\"316\":{},\"329\":{},\"336\":{},\"351\":{},\"361\":{},\"371\":{},\"382\":{},\"394\":{},\"403\":{},\"413\":{},\"422\":{},\"438\":{},\"467\":{},\"481\":{},\"503\":{},\"513\":{},\"522\":{},\"532\":{},\"539\":{},\"556\":{},\"584\":{},\"602\":{},\"615\":{}},\"comment\":{}}],[\"dsf\",{\"_index\":198,\"name\":{\"444\":{}},\"comment\":{}}],[\"dsfhof\",{\"_index\":199,\"name\":{\"445\":{}},\"comment\":{}}],[\"feedback\",{\"_index\":136,\"name\":{\"244\":{}},\"comment\":{}}],[\"feedbackdelay\",{\"_index\":134,\"name\":{\"239\":{},\"240\":{}},\"comment\":{}}],[\"fejer\",{\"_index\":60,\"name\":{\"88\":{}},\"comment\":{}}],[\"fft\",{\"_index\":140,\"name\":{\"262\":{}},\"comment\":{}}],[\"fftfreq\",{\"_index\":151,\"name\":{\"273\":{}},\"comment\":{}}],[\"filtercoeffs\",{\"_index\":76,\"name\":{\"112\":{},\"158\":{},\"217\":{},\"436\":{}},\"comment\":{}}],[\"filterconfig\",{\"_index\":69,\"name\":{\"104\":{}},\"comment\":{}}],[\"filterresponse\",{\"_index\":72,\"name\":{\"107\":{},\"275\":{}},\"comment\":{}}],[\"filterresponseraw\",{\"_index\":152,\"name\":{\"274\":{}},\"comment\":{}}],[\"filtertype\",{\"_index\":77,\"name\":{\"113\":{}},\"comment\":{}}],[\"foldback\",{\"_index\":154,\"name\":{\"277\":{},\"278\":{}},\"comment\":{}}],[\"framesms\",{\"_index\":112,\"name\":{\"184\":{}},\"comment\":{}}],[\"freq\",{\"_index\":50,\"name\":{\"68\":{},\"108\":{},\"151\":{},\"196\":{},\"550\":{}},\"comment\":{}}],[\"freqbin\",{\"_index\":149,\"name\":{\"271\":{}},\"comment\":{}}],[\"freqms\",{\"_index\":109,\"name\":{\"181\":{}},\"comment\":{}}],[\"freqrad\",{\"_index\":108,\"name\":{\"180\":{}},\"comment\":{}}],[\"freqrange\",{\"_index\":153,\"name\":{\"276\":{}},\"comment\":{}}],[\"gain\",{\"_index\":20,\"name\":{\"21\":{},\"153\":{}},\"comment\":{}}],[\"gibbs\",{\"_index\":59,\"name\":{\"87\":{}},\"comment\":{}}],[\"high\",{\"_index\":49,\"name\":{\"67\":{}},\"comment\":{}}],[\"ifft\",{\"_index\":141,\"name\":{\"263\":{}},\"comment\":{}}],[\"ifilter\",{\"_index\":75,\"name\":{\"111\":{}},\"comment\":{}}],[\"igen\",{\"_index\":66,\"name\":{\"94\":{}},\"comment\":{}}],[\"impulse\",{\"_index\":166,\"name\":{\"306\":{},\"309\":{}},\"comment\":{}}],[\"impulseb\",{\"_index\":168,\"name\":{\"308\":{}},\"comment\":{}}],[\"impulset\",{\"_index\":167,\"name\":{\"307\":{}},\"comment\":{}}],[\"impulsetrain\",{\"_index\":158,\"name\":{\"290\":{},\"293\":{}},\"comment\":{}}],[\"impulsetrainb\",{\"_index\":160,\"name\":{\"292\":{}},\"comment\":{}}],[\"impulsetraint\",{\"_index\":159,\"name\":{\"291\":{}},\"comment\":{}}],[\"integralf\",{\"_index\":220,\"name\":{\"487\":{}},\"comment\":{}}],[\"integralfsquared\",{\"_index\":221,\"name\":{\"488\":{}},\"comment\":{}}],[\"integralt\",{\"_index\":218,\"name\":{\"485\":{}},\"comment\":{}}],[\"integraltsquared\",{\"_index\":219,\"name\":{\"486\":{}},\"comment\":{}}],[\"integrator\",{\"_index\":169,\"name\":{\"319\":{},\"320\":{}},\"comment\":{}}],[\"invpowerscale\",{\"_index\":223,\"name\":{\"490\":{}},\"comment\":{}}],[\"iproc\",{\"_index\":67,\"name\":{\"98\":{}},\"comment\":{}}],[\"iproc2\",{\"_index\":68,\"name\":{\"101\":{}},\"comment\":{}}],[\"iscomplex\",{\"_index\":104,\"name\":{\"170\":{}},\"comment\":{}}],[\"isdone\",{\"_index\":34,\"name\":{\"38\":{}},\"comment\":{}}],[\"issustained\",{\"_index\":33,\"name\":{\"37\":{}},\"comment\":{}}],[\"iterable\",{\"_index\":172,\"name\":{\"331\":{},\"332\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":10,\"name\":{\"11\":{},\"50\":{},\"57\":{},\"86\":{},\"178\":{},\"204\":{},\"305\":{},\"318\":{},\"339\":{},\"353\":{},\"363\":{},\"373\":{},\"384\":{},\"396\":{},\"415\":{},\"469\":{},\"483\":{},\"505\":{},\"558\":{},\"617\":{}},\"comment\":{}}],[\"length\",{\"_index\":130,\"name\":{\"229\":{},\"250\":{}},\"comment\":{}}],[\"line\",{\"_index\":174,\"name\":{\"340\":{}},\"comment\":{}}],[\"low\",{\"_index\":48,\"name\":{\"66\":{}},\"comment\":{}}],[\"madd\",{\"_index\":175,\"name\":{\"341\":{},\"342\":{}},\"comment\":{}}],[\"mag\",{\"_index\":73,\"name\":{\"109\":{}},\"comment\":{}}],[\"magdb\",{\"_index\":113,\"name\":{\"185\":{}},\"comment\":{}}],[\"mapg\",{\"_index\":178,\"name\":{\"354\":{}},\"comment\":{}}],[\"mapg1\",{\"_index\":179,\"name\":{\"355\":{}},\"comment\":{}}],[\"mapg2\",{\"_index\":181,\"name\":{\"364\":{}},\"comment\":{}}],[\"mapg3\",{\"_index\":182,\"name\":{\"374\":{}},\"comment\":{}}],[\"mapg4\",{\"_index\":184,\"name\":{\"385\":{}},\"comment\":{}}],[\"mix\",{\"_index\":186,\"name\":{\"397\":{},\"400\":{}},\"comment\":{}}],[\"mixosc\",{\"_index\":200,\"name\":{\"446\":{}},\"comment\":{}}],[\"mixoschof\",{\"_index\":201,\"name\":{\"447\":{}},\"comment\":{}}],[\"modosc\",{\"_index\":210,\"name\":{\"456\":{}},\"comment\":{}}],[\"msframes\",{\"_index\":111,\"name\":{\"183\":{}},\"comment\":{}}],[\"mul\",{\"_index\":188,\"name\":{\"404\":{},\"405\":{}},\"comment\":{}}],[\"multiplex\",{\"_index\":189,\"name\":{\"416\":{},\"417\":{}},\"comment\":{}}],[\"multitap\",{\"_index\":132,\"name\":{\"234\":{},\"255\":{}},\"comment\":{}}],[\"next\",{\"_index\":6,\"name\":{\"7\":{},\"39\":{},\"56\":{},\"65\":{},\"82\":{},\"95\":{},\"99\":{},\"102\":{},\"121\":{},\"127\":{},\"150\":{},\"166\":{},\"174\":{},\"195\":{},\"209\":{},\"235\":{},\"243\":{},\"282\":{},\"301\":{},\"314\":{},\"325\":{},\"337\":{},\"349\":{},\"359\":{},\"369\":{},\"380\":{},\"392\":{},\"401\":{},\"411\":{},\"420\":{},\"434\":{},\"463\":{},\"479\":{},\"501\":{},\"511\":{},\"520\":{},\"530\":{},\"537\":{},\"549\":{},\"578\":{},\"595\":{},\"613\":{}},\"comment\":{}}],[\"normalizefft\",{\"_index\":143,\"name\":{\"265\":{}},\"comment\":{}}],[\"normfreq\",{\"_index\":107,\"name\":{\"179\":{}},\"comment\":{}}],[\"onepole\",{\"_index\":193,\"name\":{\"426\":{}},\"comment\":{}}],[\"onepolehp\",{\"_index\":192,\"name\":{\"425\":{}},\"comment\":{}}],[\"onepolelp\",{\"_index\":191,\"name\":{\"424\":{}},\"comment\":{}}],[\"onepoletype\",{\"_index\":79,\"name\":{\"115\":{}},\"comment\":{}}],[\"osc\",{\"_index\":209,\"name\":{\"455\":{},\"457\":{}},\"comment\":{}}],[\"parabolic\",{\"_index\":202,\"name\":{\"448\":{}},\"comment\":{}}],[\"phase\",{\"_index\":74,\"name\":{\"110\":{}},\"comment\":{}}],[\"pinknoise\",{\"_index\":213,\"name\":{\"470\":{},\"471\":{}},\"comment\":{}}],[\"pipe\",{\"_index\":217,\"name\":{\"484\":{}},\"comment\":{}}],[\"poles\",{\"_index\":71,\"name\":{\"106\":{}},\"comment\":{}}],[\"polyblep\",{\"_index\":61,\"name\":{\"89\":{}},\"comment\":{}}],[\"powermeansquared\",{\"_index\":225,\"name\":{\"492\":{}},\"comment\":{}}],[\"powerscale\",{\"_index\":222,\"name\":{\"489\":{}},\"comment\":{}}],[\"powersumsquared\",{\"_index\":224,\"name\":{\"491\":{}},\"comment\":{}}],[\"powertimeintegral\",{\"_index\":226,\"name\":{\"493\":{}},\"comment\":{}}],[\"product\",{\"_index\":227,\"name\":{\"494\":{}},\"comment\":{}}],[\"q\",{\"_index\":99,\"name\":{\"152\":{}},\"comment\":{}}],[\"r\",{\"_index\":16,\"name\":{\"17\":{}},\"comment\":{}}],[\"radfreq\",{\"_index\":110,\"name\":{\"182\":{}},\"comment\":{}}],[\"reciprocal\",{\"_index\":228,\"name\":{\"495\":{},\"496\":{}},\"comment\":{}}],[\"rect\",{\"_index\":203,\"name\":{\"449\":{}},\"comment\":{}}],[\"recthof\",{\"_index\":204,\"name\":{\"450\":{}},\"comment\":{}}],[\"release\",{\"_index\":32,\"name\":{\"36\":{}},\"comment\":{}}],[\"reset\",{\"_index\":5,\"name\":{\"6\":{},\"35\":{},\"64\":{},\"81\":{},\"149\":{},\"194\":{},\"215\":{},\"231\":{},\"252\":{},\"300\":{},\"313\":{},\"324\":{},\"348\":{},\"410\":{},\"433\":{},\"478\":{},\"500\":{},\"548\":{},\"577\":{},\"612\":{}},\"comment\":{}}],[\"s\",{\"_index\":15,\"name\":{\"16\":{}},\"comment\":{}}],[\"saw\",{\"_index\":205,\"name\":{\"451\":{}},\"comment\":{}}],[\"sawadditive\",{\"_index\":196,\"name\":{\"442\":{}},\"comment\":{}}],[\"scalefft\",{\"_index\":142,\"name\":{\"264\":{}},\"comment\":{}}],[\"serial\",{\"_index\":230,\"name\":{\"506\":{},\"534\":{}},\"comment\":{}}],[\"serial2\",{\"_index\":231,\"name\":{\"507\":{}},\"comment\":{}}],[\"serial3\",{\"_index\":232,\"name\":{\"515\":{}},\"comment\":{}}],[\"serial4\",{\"_index\":233,\"name\":{\"524\":{}},\"comment\":{}}],[\"set\",{\"_index\":100,\"name\":{\"154\":{},\"579\":{}},\"comment\":{}}],[\"setamp\",{\"_index\":120,\"name\":{\"199\":{},\"286\":{},\"465\":{},\"553\":{},\"599\":{}},\"comment\":{}}],[\"setattack\",{\"_index\":35,\"name\":{\"40\":{}},\"comment\":{}}],[\"setautogain\",{\"_index\":255,\"name\":{\"600\":{}},\"comment\":{}}],[\"setcoeff\",{\"_index\":171,\"name\":{\"327\":{},\"597\":{}},\"comment\":{}}],[\"setcurvea\",{\"_index\":39,\"name\":{\"44\":{}},\"comment\":{}}],[\"setcurved\",{\"_index\":40,\"name\":{\"45\":{}},\"comment\":{}}],[\"setdecay\",{\"_index\":36,\"name\":{\"41\":{}},\"comment\":{}}],[\"setfeedback\",{\"_index\":137,\"name\":{\"245\":{}},\"comment\":{}}],[\"setfreq\",{\"_index\":51,\"name\":{\"69\":{},\"155\":{},\"197\":{},\"216\":{},\"435\":{},\"464\":{},\"551\":{},\"580\":{}},\"comment\":{}}],[\"setgain\",{\"_index\":41,\"name\":{\"46\":{},\"157\":{}},\"comment\":{}}],[\"setq\",{\"_index\":101,\"name\":{\"156\":{},\"581\":{}},\"comment\":{}}],[\"setrelease\",{\"_index\":37,\"name\":{\"42\":{}},\"comment\":{}}],[\"setsustain\",{\"_index\":38,\"name\":{\"43\":{}},\"comment\":{}}],[\"setthreshold\",{\"_index\":157,\"name\":{\"284\":{}},\"comment\":{}}],[\"sin\",{\"_index\":206,\"name\":{\"452\":{}},\"comment\":{}}],[\"sincos\",{\"_index\":234,\"name\":{\"541\":{}},\"comment\":{}}],[\"slen\",{\"_index\":19,\"name\":{\"20\":{}},\"comment\":{}}],[\"spectrummag\",{\"_index\":146,\"name\":{\"268\":{}},\"comment\":{}}],[\"spectrumphase\",{\"_index\":148,\"name\":{\"270\":{}},\"comment\":{}}],[\"spectrumpow\",{\"_index\":147,\"name\":{\"269\":{}},\"comment\":{}}],[\"squareadditive\",{\"_index\":195,\"name\":{\"441\":{}},\"comment\":{}}],[\"statelessoscillator\",{\"_index\":62,\"name\":{\"90\":{}},\"comment\":{}}],[\"step\",{\"_index\":133,\"name\":{\"236\":{},\"256\":{}},\"comment\":{}}],[\"sum\",{\"_index\":237,\"name\":{\"559\":{}},\"comment\":{}}],[\"svf\",{\"_index\":244,\"name\":{\"566\":{}},\"comment\":{}}],[\"svfallpass\",{\"_index\":243,\"name\":{\"565\":{}},\"comment\":{}}],[\"svfbp\",{\"_index\":240,\"name\":{\"562\":{}},\"comment\":{}}],[\"svfhp\",{\"_index\":239,\"name\":{\"561\":{}},\"comment\":{}}],[\"svflp\",{\"_index\":238,\"name\":{\"560\":{}},\"comment\":{}}],[\"svfnotch\",{\"_index\":241,\"name\":{\"563\":{}},\"comment\":{}}],[\"svfpeak\",{\"_index\":242,\"name\":{\"564\":{}},\"comment\":{}}],[\"svftype\",{\"_index\":80,\"name\":{\"116\":{}},\"comment\":{}}],[\"sweep\",{\"_index\":250,\"name\":{\"586\":{}},\"comment\":{}}],[\"take\",{\"_index\":9,\"name\":{\"10\":{},\"49\":{},\"55\":{},\"85\":{},\"96\":{},\"177\":{},\"203\":{},\"304\":{},\"317\":{},\"338\":{},\"352\":{},\"362\":{},\"372\":{},\"383\":{},\"395\":{},\"414\":{},\"468\":{},\"482\":{},\"504\":{},\"557\":{},\"616\":{}},\"comment\":{}}],[\"tap\",{\"_index\":131,\"name\":{\"233\":{},\"254\":{}},\"comment\":{}}],[\"threshold\",{\"_index\":156,\"name\":{\"283\":{}},\"comment\":{}}],[\"thresholdfft\",{\"_index\":145,\"name\":{\"267\":{}},\"comment\":{}}],[\"tri\",{\"_index\":207,\"name\":{\"453\":{}},\"comment\":{}}],[\"waveshaper\",{\"_index\":252,\"name\":{\"588\":{},\"589\":{}},\"comment\":{}}],[\"waveshaperfn\",{\"_index\":251,\"name\":{\"587\":{}},\"comment\":{}}],[\"waveshapesigmoid\",{\"_index\":257,\"name\":{\"605\":{}},\"comment\":{}}],[\"waveshapesin\",{\"_index\":258,\"name\":{\"606\":{}},\"comment\":{}}],[\"waveshapetan\",{\"_index\":256,\"name\":{\"604\":{}},\"comment\":{}}],[\"wavetable\",{\"_index\":208,\"name\":{\"454\":{}},\"comment\":{}}],[\"whitenoise\",{\"_index\":259,\"name\":{\"607\":{},\"608\":{}},\"comment\":{}}],[\"window\",{\"_index\":260,\"name\":{\"618\":{}},\"comment\":{}}],[\"windowbartlett\",{\"_index\":263,\"name\":{\"621\":{}},\"comment\":{}}],[\"windowblackman\",{\"_index\":270,\"name\":{\"628\":{}},\"comment\":{}}],[\"windowblackmanharris\",{\"_index\":271,\"name\":{\"629\":{}},\"comment\":{}}],[\"windowblackmannuttall\",{\"_index\":273,\"name\":{\"631\":{}},\"comment\":{}}],[\"windowfn\",{\"_index\":65,\"name\":{\"93\":{}},\"comment\":{}}],[\"windowgauss\",{\"_index\":274,\"name\":{\"632\":{}},\"comment\":{}}],[\"windowhamming\",{\"_index\":269,\"name\":{\"627\":{}},\"comment\":{}}],[\"windowhann\",{\"_index\":268,\"name\":{\"626\":{}},\"comment\":{}}],[\"windowlanczos\",{\"_index\":267,\"name\":{\"625\":{}},\"comment\":{}}],[\"windownuttall\",{\"_index\":272,\"name\":{\"630\":{}},\"comment\":{}}],[\"windowrect\",{\"_index\":262,\"name\":{\"620\":{}},\"comment\":{}}],[\"windowsin\",{\"_index\":265,\"name\":{\"623\":{}},\"comment\":{}}],[\"windowsinpow\",{\"_index\":266,\"name\":{\"624\":{}},\"comment\":{}}],[\"windowwelch\",{\"_index\":264,\"name\":{\"622\":{}},\"comment\":{}}],[\"xform\",{\"_index\":52,\"name\":{\"72\":{},\"122\":{},\"162\":{},\"169\":{},\"220\":{},\"238\":{},\"258\":{},\"289\":{},\"330\":{},\"423\":{},\"439\":{},\"514\":{},\"523\":{},\"533\":{},\"540\":{},\"585\":{},\"603\":{}},\"comment\":{}}],[\"zeroes\",{\"_index\":70,\"name\":{\"105\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.2.18",
3
+ "version": "4.2.20",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.3",
38
- "@thi.ng/checks": "^3.3.1",
39
- "@thi.ng/errors": "^2.2.2",
40
- "@thi.ng/math": "^5.3.10",
41
- "@thi.ng/random": "^3.3.12",
42
- "@thi.ng/transducers": "^8.3.19"
37
+ "@thi.ng/api": "^8.4.4",
38
+ "@thi.ng/checks": "^3.3.2",
39
+ "@thi.ng/errors": "^2.2.3",
40
+ "@thi.ng/math": "^5.3.11",
41
+ "@thi.ng/random": "^3.3.13",
42
+ "@thi.ng/transducers": "^8.3.21"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.31.1",
46
- "@thi.ng/testament": "^0.3.3",
45
+ "@microsoft/api-extractor": "^7.33.5",
46
+ "@thi.ng/testament": "^0.3.4",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.22.17",
50
- "typescript": "^4.8.3"
49
+ "typedoc": "^0.23.18",
50
+ "typescript": "^4.8.4"
51
51
  },
52
52
  "keywords": [
53
53
  "allpass",
@@ -272,5 +272,5 @@
272
272
  ],
273
273
  "year": 2015
274
274
  },
275
- "gitHead": "cc61bc0a890288bea00b8df81ffd73bc4851ffd3\n"
275
+ "gitHead": "7eff3051eb395f460421727b8cf5ef79f09faaa9\n"
276
276
  }