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...
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
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
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
It uses COM approach so yes it is possible but I don't advise you.
Posted Fri 17 Sep 21 @ 6:46 am