Tuesday, May 22, 2007

synthmaker

So this is my new favorite program!! I stumbled across this while searching for some help in designing VST Plug-ins and since then I've been using this to design my school project. Basically, it's an soft-synth development environment, similar to visual basic or flex but completely audio based. It makes designing VST plug-ins MUCH less painful because you don't have to write the code. However, creating complex instruments is still somewhat tricky as you need to know a good bit about signal processing. Below is an example of a basic set up. Because Synthmaker has a highly efficient sound engine, it is able to process one signal at a time which makes for quality audio.









So how does this equate to a vst plugin?? Above is the inner workings and paths of the your plugin. This is like the second level view of the developer mode windows. Below is how all these pieces fit together.





The coolest thing about synthmaker is that you can go even deeper into different components of your plugin, giving you complete control of every aspect of your plugin.




Synthmaker also allows you to write short bits of DSP code to create your own algorithms. Once your finished with all the signal processing etc you can begin to work on the visual aspect of your plugin. SynthMaker has tools that allow you to spruce up your plugin and give it a realistic feel. Here is an exampe of what a final project would look like. You can also see that SynthMaker allows you to turn your project into a fully functional, ready to use VST plugin that can be used with most other audio applications. I highly recommend checking this out if you have any interest in designing your own audio software!

http://www.synthmaker.co.uk/about.html








1 comment:

Kelly said...

Wow, that looks like a really great interface! It's art unto itself.