This page is still under construction and should have more information available soon.
Please check again soon.


Skins
   

Comming soon...


Plugins
   

Plugins in VirtualDJ are .dll (or .bundle on Mac) files that extend the functions of the software.
You have 5 main categories of plugins:
  • Dsp plugins: Audio effects that interact with the sound.
  • VideoEffect plugins: Video effects that add some special effect to the video output.
  • VideoTransition plugins: Video effects that define a new way to crossfade from one video to another.
  • Device plugins: Mappers that let you redefine how a specific hardware controller interacts with VirtualDJ.
  • Timecode plugins: Plugins that let you add compatibility with other kind of timecode records, or to redefine the behavior of the Timecode engine.


In order to create a plugin, you will have to use a compiler that let you create .dll or .bundle files.
On Windows, you can use the free Microsoft Visual Studio Express. On Mac, you can use the free XCode.
Plugins in VirtualDJ look a lot like COM objects, so any languages that can create COM objects can create a plugin for VirtualDJ (Visual Basic, C#, etc).
Still, we highly recommend to use C++, since that's the native language of the header files, and that's also the language in which you'll find all the help on the forums here.

Once you are ready to start creating your plugins, you'll need to download and include the header files that define the basic plugin structure.
You need to make your own plugin derive from the interface class IVdjPluginXXXX.

Then you should implement the DllGetClassObject() function to return a new instance of your plugin's class (derived from the IVdjPluginXXXX class).

Site map
(C)opyright Atomix Productions 2008
Software
Hardware
VirtualDJ
VirtualVinyl
CUE
AtomixMP3
VDJ HomeEdition
DJC Edition
eJay DJMixStation
DJ-Box
Comparazione
Caratteristiche
Screenshots
Versioni Demo
Plugins
Aggiornamento Software
Materiale promozionale
SDK sviluppatori
Timecode CD
Skins
Effetti Audio
Effetti Video
Samples audio
Linguaggi
Sfondi
Tools aggiuntivi
Online Shop
Forums
Blogs
Radio
WorldMap
Classifiche
Atomix Productions
VIP DJs
VIP Zone
Regolamento
Richieste
Controlla le tue richieste
Guides & Tutorials