envelope-generator
envelope-generator copied to clipboard
Does this still work?
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?