登录:     


Forum: VirtualDJ Plugins

Topic: plugin video and audio

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 Thu 29 Jan 09 @ 3:10 pm
It's possible. With the present SDK you would have to write two plugins and sync them however.
 

Is it not possible to alter the audio (or trigger audio effects) from inside a video plug-in?
 

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.
 

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?
 

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
 

Please don't hijack other threads.

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

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.
 

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...
 

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
 



(陈旧帖子或论坛版块会自动关闭)