Sign In:     


Forum: VirtualDJ Technical Support

Topic: Mono output

This topic is old and might contain outdated or incorrect information.

Is there a setting where the new 2020 update plays mono out?
 

Posted Mon 28 Feb 22 @ 11:41 pm
script
mono_mix
 

HI,
where do you script this ?
sometimes i use the audio output to mono, is this the same?, using this script can i use both outputs l and r as mono?

thx
 

custom button, keyboard, wherever script works.
 

got it ,
thx,
 

And how to switch output back to stereo? Send again command mono_mix, or is there command stereo_mix?
 

same script, it's a on/off switch
 

thanks, and how to show in the skin, which mode is active?
 

custom button will be lit when mono_mix is on, for me I just have it switched on with oninit, I always mono mix.
 

i have maped it on keyboard and i want prevent unwanted switch to mono... (show mode in the skin)
 

i figured it :-) its easy

<button action="mono_mix" class="leftcross2">
<tooltip>Mono output</tooltip>
<pos x="690" y="13"/>
<text format="M" align="center" />
</button>
 

very good, I like it when people get stuck in,
I made my own, because... why not

 



(Old topics and forums are automatically closed)