快速登录:  

Forum: VirtualDJ Plugins

话题: PluginDsp vs Dsp2

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

nzdjHome userMember since 2007
I was trying to write my first plugin, and I got quite confused over which of the two sound effect classes I should use, PluginDsp or Dsp2?

obviously Dsp2 has quite a few more features but it does a few things differently and unlike PluginDsp, the Dsp2 header file doesn't include the generic plugin header

is there certain situations where you should use one over the other?

cheers
 

发表时间 Sat 06 Sep 08 @ 3:56 am
TexZKPRO InfinityMember since 2005
Always download the latest headers from this site, then create a project from scratch with your favorite software (I suggest Visual C++ 2008 Express, it' all you need for a DECENT plugin!).
 

发表时间 Sat 06 Sep 08 @ 11:12 am
djcelPRO InfinityModeratorMember since 2004
"VdjDsp2.h" with the class IVdjDsp2 is the old SDK

Now use the new SDK:
"VdjPlugin.h" + "VdjDsp.h" with the class IVdjPluginDsp (which inherits from the class IVdjPlugin)
 

发表时间 Sun 07 Sep 08 @ 12:12 pm


(陈旧帖子或论坛版块会自动关闭)