Re: asynchronous vs synchronous instantiation of AudioWorkerNodes

> On 6 nov. 2014, at 23:18, Joseph Berkovitz <joe@noteflight.com> wrote:
> 
> That may be workable, but could you please explain why the two proposals in which a node factory is created from a preloaded script don’t work for you? It would seem desirable to separate worker-script loading from worker node instantiation if at all possible, much as the API separates buffer loading from buffer node creation.
> 
> …Joe

Yes, those where the most exciting so far, since they seem to make everything possible: 
- synchronously creating prepared nodes 
- asynchronously loading scripts with the option to create the node right away in the callback or promise

I like that. 

N. 

Received on Friday, 7 November 2014 09:01:09 UTC