Teragon Audio

Welcome to the Teragon Audio website. Here you will find audio software for both Mac OS X and Windows platforms, including VST/AudioUnit plugins, utilities, and developer tools. All of the software you find here is free, and most of it is open-source, too. Note that we offer absolutely no warranty or guarantee on any software listed here, so use at your own risk. If you have any questions or problems with the software found here, please either make a comment on the page, or see the contact page to reach us directly.



Teragon Audio is now a github organization

Now that github has announced the ability to create organizations, Teragon Audio has been converted into a public organization with team members.

Making a VST plugin from scratch with Xcode

After writing up my Visual Studio VST guide, I figured that the Mac programmers out there might enjoy a simpler tutorial. Fortunately the process of developing VST plugins under OSX is much simpler than under Windows, but nonetheless there are a few "gotchas" along the way.

This guide assumes familiarity with Xcode and C++ development, and that you are working with Mac OSX 10.5/10.6 and have a relatively recent version of Xcode (3.2 or better). This guide only covers building VST 2.x plugins, as the 3.x SDK is not widely supported yet.

PluginCore to be discontinued, all plugins will migrate to Juce

The PluginCore abstraction layer will be discontinued, as I have determined that it will be more efficient to use the Juce framework. The latest stable release, 2.0, will continue to be made available through Teragon's unsupported software archive. More details on this transition after the jump.