<!-- Jog Wheel --> <control action="scratch_touch" note="42" channel="1" /> <control action="scratch" cc="62" channel="1" invert="true" sensitivity="1.5" />
<!-- Shifted Action Example: Keylock --> <control action="modifier shift ? keylock : nothing" note="59" channel="1" /> </map> Tests conducted on an Intel i7-1165G7, 16GB RAM, Windows 11:
<map device="Pioneer DDJ-T1" protocol="MIDI"> <!-- Deck 1 Transport --> <control action="play" note="53" channel="1" /> <control action="cue" note="52" channel="1" /> <control action="sync" note="54" channel="1" /> <!-- Deck 1 Volume & EQ --> <control action="volume" cc="7" channel="1" scale="0,127,0,100" /> <control action="eq_low" cc="10" channel="1" scale="0,127,-50,50" /> <control action="eq_mid" cc="11" channel="1" scale="0,127,-50,50" /> <control action="eq_high" cc="12" channel="1" scale="0,127,-50,50" />
<!-- Shift Modifier --> <control action="modifier 'shift'" note="46" channel="1" type="hold" />