HTML Synthesizer with Audiolet.js

This is basic prototype of a Javascript Audio Synthesizer. I’m considering to extend this early version with further features, maybe it becomes a “full-fledged” synthesizer one day.

Currently its features are Low-Pass and High-Pass Filter and as well as a delay effect with certain settings.

Update: there is also a newer version with a different effect which offers nicer sound (probably due to my improper usage of audiolet)