Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Missing OnGetPluginInfo, OnDxInit, OnDxClose ?!? And what about that OnAction?

This topic is old and might contain outdated or incorrect information.

We can read on a thread (http://www.virtualdj.com/forums/39836/Plugins/NEW_______Video_Plugins.html)

Posted Sun 20 Aug 06 @ 13:13:13
Logics of Video Effects in the new SDK of VirtualDJ v4.x

1) OnLoad()
2) OnGetPluginInfo()

3) OnDxInit()

4) OnStart()
5) OnStop()

6) OnDxClose()

7) Release()

But the VideoEffectsSDK (on http://www.virtualdj.com/support/developers/VideoEffectsSDK.zip) gives us a class interface ( IVdjVideoEffect ) that does not include these 3 functions:

OnGetPluginInfo()
OnDxInit()
OnDxClose()

Am I missing something? (that OnGetPluginInfo function seems interesting enough to miss)

Another thing from the same thread:

virtual HRESULT __stdcall OnAction(int param,int value)

value : position on the FX slider
param: currently equals to 0 (maybe for the future)

Why is it that native VDJ filters can only have 1 parameter slider when even FreeFrame filters get to have 3?

Thank you in advance for your replies...
 

Posted Mon 29 Jan 07 @ 4:09 am
TexZKPRO InfinityMember since 2005
I dunno what's there, but I think it's an old template. Cel may answer better than me though ;)
 

Posted Mon 29 Jan 07 @ 10:10 am
djcelPRO InfinityModeratorMember since 2004
Yes the previous SDK is still on the website :-(

BUt it's still compatible with VirtualDJ v4.x ;-)
 

Posted Tue 30 Jan 07 @ 10:28 pm


(Old topics and forums are automatically closed)