Procedural sound generator tool

I’m not sure if this is the right place to post this but here it goes anyway:

I am developing a procedural sound generator tool in Java where you can connect nodes to produce sound effects with Java Sound.

It is currently in a very preliminary state but here is a short video of the current version:

Very cool, such a project would be good when you want sounds to be compressed as tiny as possible.

I was actually inspired by this Java project:

http://www.softsynth.com/

But I decided to make my own version and learn more about sound myself.