Search code examples
c++pluginsaudiodirectxvst

developing plugins: DX or VST?


I'd like to get into plugin development using C++. Am undecided between developing VSTs or DXs. What are the considerations? I know that some hosts more readily support one format or the other (Cubase:VSTs, Cakewalk:DXs), but that's all I'm aware of.

Thanks in advance!


Solution

  • Go VST all the way. Many more hosts support it, and it makes it easier to port to other platforms to the future (ie, Mac OSX or Linux). With DX you are essentially tied to Windows and the small handful of hosts which support it.

    Furthermore, VST is much more widespread, meaning that there is a larger number of plugin developers who can help you out if you have questions, and more example source code on the net.