Quick Sign In:  

Forum: VirtualDJ Skins

Topic: How to display the video output of the Sampler separately?
In a video skin, I would like to display the video output of the Sampler separately.
I know that these commands work for master video and for single decks:

<panel class="showVideobox" x="480" y="0" width="960" height="540" source="master"/>
<panel class="showVideobox" x="0" y="540" width="960" height="540" source="deck" chan="4" deck="4" visible="yes"/>

But I am looking for the equivalent command for the Sampler, something like:

<panel class="showVideobox" x="480" y="0" width="960" height="540" source="sampler"/>

But this does not work.

Another thing I tried that does not work: outputting the Sampler to a deck (for instance samplerOutputDeck = 4) and displaying this deck.

Any idea?

Thanks
 

Posted Fri 05 Aug 22 @ 1:10 pm