Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Create a Virtual DJ plugin in vb.net?
Hello,

Is it possible to write a Virtual DJ plugin in Visual Basic? If yes, then how can I make one and interact with VirtualDJ? Development Kit is not helping me too much...
 

Posted Fri 10 Sep 21 @ 2:55 pm
NicotuxHome userMember since 2014
current Virtual DJ plugin SDK is C/C++ only
IMHO better stay in C++ , there are enough ways to get issues in standard "normal" conditions

A Visual Basic Class Library is a dll
so that is in theory possible

The Development Kit 8 have to be ported to Visual basic for this to work though
This is not a trivial job and need to know how C++ works
 

Posted Sat 11 Sep 21 @ 12:19 am
djcelPRO InfinityModeratorMember since 2004
It uses COM approach so yes it is possible but I don't advise you.
 

Posted Fri 17 Sep 21 @ 6:46 am