Re: Node lifetime question

I think it should.  If A and B are both oscillators and A is connected to,
say, B.frequency, I expect to hear the modulated B even if A and B have no
Javascript references to them.

On Fri, Sep 30, 2016 at 1:22 PM, Joe Berkovitz <joe@noteflight.com> wrote:

> I sat down to work on https://github.com/WebAudio/web-audio-api/issues/944
> and discovered a question.
>
> So: we already know (I think) that when AudioNode A's output is connected
> to AudioNode B's input, then A has a "connection reference" to B. Thus, if
> A is retained, B is retained too.
>
> But what about the case where AudioNode A is connected to an AudioParam
> exposed by AudioNode B? Does A keep B alive in this case?
>
> .            .       .    .  . ...Joe
>
>

Received on Friday, 30 September 2016 23:18:46 UTC