Ingreso rápido:  

Forum: VirtualDJ Plugins

Tema: Video/Dmx plugin

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

I need to write a plugin that will issue a command to my DMX device at the start and end of every video. I'd like to hire someone to write it for me, however any help will be really appreciated.

I have a DMX controlled video source switch. When a video starts I want to switch the video source to the VDJ, but when an mp3 plays, I want to switch the source to cable television.

I need to know how issue the DMX commands on the start and on the end of each video (or on the start of an mp3).

If anybody would like to do the job for pay, please let me know.

Thanks,

Noam

P.S. My hardware: http://www.nicolaudie.com/main.php?id_page=9
http://www.bpesolutions.com/dmxproduct.html#anchor53107



 

Mensajes Tue 23 Jun 09 @ 6:48 pm
SBDJPRO Infinity Member since 2006
Create it as a video effect. You could check the deck status and filename/type using GetInfo() calls, along with the video crossfader position. You could simply do this in OnDraw() since GetInfo() isn't threadsafe.

Regards,

Scott
 

Mensajes Wed 24 Jun 09 @ 5:18 am
Thank you for your help!!!

I understand the OnDraw() call, but where would I handle the command needed at the end of the video (or the beginning of an MP3).

Is this the kind of job you might be willing to do for a fee?
 

Mensajes Wed 24 Jun 09 @ 3:38 pm
SBDJPRO Infinity Member since 2006
OnDraw is called constantly for as long as the video is active, so this is a bit simplified but you could basically check deck status and issue whatever commands you need to. Doesn't sound like a big task :)
 

Mensajes Wed 24 Jun 09 @ 3:49 pm
No interest in making a quick buck?

I've only done VB programming, I'm not relishing the idea of learning C++ for this one project.
 

Mensajes Wed 24 Jun 09 @ 3:55 pm


(Los tópicos y foros antiguos son automáticamente cerrados)