- From: Chris Rogers <crogers@google.com>
- Date: Mon, 22 Apr 2013 12:51:56 -0700
- To: Ehsan Akhgari <ehsan.akhgari@gmail.com>
- Cc: "public-audio@w3.org" <public-audio@w3.org>
Received on Monday, 22 April 2013 19:52:23 UTC
On Mon, Apr 22, 2013 at 12:45 PM, Ehsan Akhgari <ehsan.akhgari@gmail.com>wrote: > The current spec codifies the reduction value for DynamicsCompressorNode > as a read-only AudioParam. That would not actually prevent content from > writing to that value, you could easily do: > > node.reduction.value = 10; > > Or even worse, scheduling automation events on the reduction argument. I > think this is really confusing, and probably all we need here is a > read-only float argument. Or am I missing something? > I think that's a fair assessment. It would be a breaking change, but maybe not so severe. > > -- > Ehsan > <http://ehsanakhgari.org/> >
Received on Monday, 22 April 2013 19:52:23 UTC