Anmelden:     


Forum: VirtualDJ Technical Support

Topic: Specific Video Output/MIDI Mapping Request!
Hi, I did search the forum for this, but couldn't find what I was looking for.

I am running a charity bingo night and I have made some video stings to go with some numbers that get called. I was hoping to show the bingo program on screen, then when (for example) the number 22 is called, I press the corresponding button on my Launchpad Mini that I'm using as a MIDI controller, and a video clip plays.

My dream is that the sequence goes like this:

VDJ video output is OFF
I press the button
The VDJ video output turns ON
The clip plays
VDJ video output turns OFF
The bingo program shows on screen

Is this possible, either with custom mapping or I am open to alternative programs?

Thanks in advance!
 

geposted 5 hours ago
Yes possible with vdj and mapping, can depend on sampler/deck set up for exact script
something like this per pad
video on & deck master sampler_pad 2 & repeat_start_instant samplerCheck 1000ms -1 & param_equal `sampler_used` 0 ? repeat_stop samplerCheck & video off : 


or you could leave the mapping as stock and just set up a single rsi running all the time to catch sampler_used
repeat_start_instant samplerCheck ? on & repeat_stop samplerCheck : off & repeat_start_instant samplerCheck 33ms -1 & param_equal `sampler_used` 0 ? repeat_stop samplerCheck & video off : video on
 

Thanks Locodog! I will try to learn more mapping now so that I understand where the code goes!
 

Use the second one on a skin custom_button, easiest way - least disruption, press to turn the 'mode' on, press again to turn the 'mode' off.
 

Sorry, I've literally never done custom mapping before, what do you mean by skin custom_button?