Results 18 comments of Oskar Eriksson

That's an interesting one indeed! It makes sense that it happens even though it's in bypass, since the node is still initialized with the defaults. It look like the Web...

Looks like the whole filter frequency bit in the WahWah could use some refactoring. :) The whole try/catch bit in there looks suspicious. But for your specific error, with the...

That ought to trigger the setter [here](https://github.com/Theodeus/tuna/blob/e43e36e742bc92d12c7bdab3ce8620f7f4979565/tuna.js#L1021), so I think that should work..

@darrendahl - when you're creating the WahWah in the original code, are you passing any parameters to the constructor? If so - what values are passed when you get the...

Nice! And this might be where your finding comes in, Alessandro, as we're setting the Q without Q.value [here](https://github.com/Theodeus/tuna/blob/e43e36e742bc92d12c7bdab3ce8620f7f4979565/tuna.js#L1978), and that's an actual native Web Audio node! I would still...

Assigning this to you, @tencircles, let me know if you want a hand!

Yes, that'd be great! I think, as a first step, that we should stay away from using a module system (ES6 modules or what have you) and rather just split...

Mainly doing the work in manageable chunks so that we don't get half way through and rage quit. :) Could be, though, that switching to ES6 modules (which I personally...

So, audio worklets with next version of Chrome, and eventually a deprecation of the script processor. A refactoring has never been more urgent. :) Should we adopt the class based...

Oh, crap! It's been over a year since this thread was active. I was 100% certain it was this December we talked about this. 😮