Buzz plugins
This page is dedicated to my (few) Buzz plugins and information on how to develop them.
Buzz is a free modular music studio based on the classical “tracker” format. You can read more about Buzz on Wikipedia or you can go to Buzzmachines.com where you can download and try out the software and also download hundreds of cool, free plugins.
Developing Buzz plugins in Gnu C
Yes, it IS possible to develop Buzz plugins in Gnu C! There have been several discussions about this, and most peple suggested that this would be impossible because Buzz is developed in Visual Studio. With some help from one poster, I managed to build a few libraries which can be used to easily develop native Buzz plugins using either Gnu C or C++ (and possibly other compilers, but I haven’t tested).
How to develop Buzz plugins in Gnu C…
My plugins
- fSwitch
- fTDPitchShift (experimental)
- STK (not published yet)
- fSync (not published yet)
- gSimpleWave (not published yet)
