Joe Turner
Joe Turner
How about using some sort of global namespace object, and getting rid of the Audiolet class all together? So something like: ``` js var audiolet = {}; audiolet.Output= function() {...
Cheers Bastiaan. As there's quite a lot here I'll pull it into a review branch and have a proper look when I have a moment - probably next week some...
I haven't, but it should be possible as part of the planned BufferRecorder node - I talk a little bit about it in issue #11. The basic idea is that...
Yeah, that would be a slightly different approach to achieving the same thing - each way of doing it has it's advantages and disadvantages. If you don't want to do...
Hi Ed, Have you got a version of safari with the Web Audio API enabled? There are instructions available at http://chromium.googlecode.com/svn/trunk/samples/audio/index.html on how to enable it. If you have done...