Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Live update encoder value on midi fighter twister - Page: 2
NP. :)
Just ask any questions you may have on the forum, and we will always help!
 

Posted Tue 21 Dec 21 @ 10:42 pm
docb-djPRO InfinityMember since 2019
FYI: I'm using my MFT with these settings

xml definition:

<slider cc="0x00" name="Enc01" channel="0" />
<button cc="0x00" name="Btn01" channel="1" />
<bar cc="0x00" name="Led01" default="Btn01" channel="1" />
<bar cc="0x00" name="Bar01" channel="0" />

Yes, the LED's are mapped as a BAR. That's the only way I've found to send the color to MFT from VDJ.

Mapper:

<map value="Enc01" action="set $lv & deck left stem Vocal" />
<map value="Btn01" action="deck left stem_pad Vocal " />
<map value="Led01" action="deck left stem_pad Vocal ? constant 0.01 & param_cast float : false" />
<map value="Bar01" action="get_var $lv" />

 

Posted Wed 09 Feb 22 @ 12:49 pm
docb-djPRO InfinityMember since 2019
Also, and I've tested this: If you change the LED bar by sending a MIDI message from VDJ to the MFT, then move the encoder, the MFT encoder seems to read it's starting position from the LED bar.
 

Posted Mon 07 Mar 22 @ 12:57 pm