Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: plugin video and audio

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

Is there any possibility to develop plugins that combine video and audio effect (like pioneer svm1000)
One of them could be transforn (audio) and strobe (video)
Deun-Deun
 

Posted Thu 29 Jan 09 @ 3:10 pm
SBDJPRO Infinity Member since 2006
It's possible. With the present SDK you would have to write two plugins and sync them however.
 

Posted Thu 29 Jan 09 @ 9:00 pm
Is it not possible to alter the audio (or trigger audio effects) from inside a video plug-in?
 

Posted Sat 31 Jan 09 @ 9:07 pm
djcelPRO InfinityModeratorMember since 2004
in the video effects, you can have access to an audio buffer of 512 samples (it's used for example in Sonique plugin to synchronyse to sound)

GetInfo(VideoSound[int 512])

But with this way, you can't modify the sound buffer.
 

Posted Sun 01 Feb 09 @ 3:42 am
SBDJPRO Infinity Member since 2006
The OnDraw() function in a video plugin is called far less frequently than the OnProcessSamples() in an audio plugin which may complicate things.

Can you modify that buffer DJCel?
 

Posted Sun 01 Feb 09 @ 3:42 am
DjErvieHome userMember since 2009
HI Guys..im asking for one addons or plug in named INVERTED EFFECTS for Virtual Dj...I hope you can help me about this...Thank you so much in advanced...Peace
 

Posted Sat 07 Feb 09 @ 8:44 am
SBDJPRO Infinity Member since 2006
Please don't hijack other threads.

Plugins are not available to unlicensed users. Please register your serial number on this site.
 

Posted Sat 07 Feb 09 @ 8:57 am
wdroppPRO InfinityMember since 2008
SBDJ:
What do you mean wth to sincronaze the two plugins?
mean to develop one Plugins and using two separate dlls? (Video and sound)?

WD.
 

Posted Thu 02 Jul 09 @ 10:36 am
SBDJPRO Infinity Member since 2006
Yes; develop two plugins that do their thing. With VDJScript in v6 you could then trigger them both at the same time. You could also get the two plugins to talk, so that activating one activates the other and put all the config parameters on the one plugin...
 

Posted Thu 02 Jul 09 @ 12:00 pm
wdroppPRO InfinityMember since 2008
Very Interesting!!

An additional question, how can I "call" from a Plugin another plugin, i.e one dll file call other dll file?.
To you have an example?

Regards
 

Posted Thu 02 Jul 09 @ 1:27 pm


(Old topics and forums are automatically closed)