Re: setValueFunctionAtTime for AudioParam

yes, precisely!

Patrick


Am 26.03.2012 um 19:03 schrieb Alistair MacDonald:

> Thanks Patrick, I think I follow what you're saying.
> 
> So in JavaScript, something like....
> 
> AudioParam.setFunctionAtTime( callback, time );
> 
> 
> Then in the callback...
> 
> var callback = function( buffer, time ){
>     // iterate channels/buffers
>     // update buffer
> };
>   
> 
> Does that look like what you had in mind?

Received on Monday, 26 March 2012 17:35:49 UTC