ininit
ininit is a simple soft synthesizer written in C, scriptable in Lua. It was originally meant to be an instrument initializer for Renoise, but I had too much fun making other things with it. Plans are to have a VST(i) in the future for fast development of audio plugins by using ininit as a means of rapid prototyping.
Source is avaliable at github. It requires Lua (5), libsndfile, and SCons to build.
1 2 3 4 | git clone git://github.com/encryptio/ininit.gitcd ininitscons./ininit ..... |