快速登录:  

Forum: VirtualDJ Plugins

话题: 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
SBDJPRO Infinity Member since 2006
It's possible. With the present SDK you would have to write two plugins and sync them however.
 

发表时间 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?
 

发表时间 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.
 

发表时间 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?
 

发表时间 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
 

发表时间 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.
 

发表时间 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.
 

发表时间 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...
 

发表时间 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
 

发表时间 Thu 02 Jul 09 @ 1:27 pm


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