New issue
Advanced search Search tips

Issue 604755 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

setTargetAtTime should throw if time constant is not strictly positive

Project Member Reported by rtoy@chromium.org, Apr 19 2016

Issue description

Consider this snippet:

var c = new AudioContext();
var g = c.createGain();
g.gain.setTargetAtTime(1,1,0);

The call to setTargetAtTime should throw because the time constant (0) is not strictly positive.  It does correctly throw if the time constant is negative.
 

Comment 1 by rtoy@chromium.org, Apr 25 2016

Status: Fixed (was: Assigned)
Fixed by https://codereview.chromium.org/1897293002/. Typo prevented this bug from getting updated correctly.

Sign in to add a comment