Re: Consensus gathering for the Dezippering issue

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