envelope-generator icon indicating copy to clipboard operation
envelope-generator copied to clipboard

Does this still work?

Open tettoffensive opened this issue 5 years ago • 0 comments

It looks like this repo hasn't been touched in a while. I'm wondering if it still works. I couldn't hear any sounds on the demo page and it's not working in my code.

From my understanding from following this tutorial, it seems that you create a chain of connections:

oscillator.connect(gainNode);
gainNode.connect(context.destination);

But in your sample code in the readme, it doesn't look like you create a chain. The oscillator isn't hooked up at all.

Am I missing something?

tettoffensive avatar Apr 12 '19 22:04 tettoffensive