- From: Chris Wilson <cwilso@google.com>
 - Date: Tue, 3 Dec 2013 15:03:41 -0600
 - To: Chris Lowis <chris.lowis@gmail.com>
 - Cc: Audio WG <public-audio@w3.org>
 
Received on Tuesday, 3 December 2013 21:04:11 UTC
On Tue, Dec 3, 2013 at 1:58 PM, Chris Lowis <chris.lowis@gmail.com> wrote:
>    osc.frequency = 1000 // Will have an audible portamento or "slide"
> effect.
>
Should be:
    osc.frequency.value = 1000;  // Will have an audible portamento or
"slide" effect.
:)
Received on Tuesday, 3 December 2013 21:04:11 UTC