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
One of them could be transforn (audio) and strobe (video)
Deun-Deun
Posted 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.
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
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.
GetInfo(VideoSound[int 512])
But with this way, you can't modify the sound buffer.
Posted Sun 01 Feb 09 @ 3:42 am
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?
Can you modify that buffer DJCel?
Posted Sun 01 Feb 09 @ 3:42 am
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
Please don't hijack other threads.
Plugins are not available to unlicensed users. Please register your serial number on this site.
Plugins are not available to unlicensed users. Please register your serial number on this site.
Posted Sat 07 Feb 09 @ 8:57 am
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.
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
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
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
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