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!

有帮助吗?

解决方案

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.

其他提示

Almost every major DAW supports VST plugins nowadays (including Cakewalk/Sonar). DX plugins are pretty much deprecated.

Also, having written some plugins for both architectures, I find VST API simpler and cleaner. It also has a much larger developer base, check out http://www.kvraudio.com/forum/viewforum.php?f=33 for example.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top