AudioParam constructor

Hello Chris, others,

Is there a way to create an AudioParam from your code, I've tried several
things in the fashion of

new (new webkitAudioContext).createGainNode().gain.constructor

but I keep getting errors, like Illegal constructor. Is it possible to do?
Would be pretty handy when crafting your own effects.

Jussi

Received on Monday, 6 June 2011 17:27:21 UTC