I forgot to mention that on my version of the DDJ-SX I used that command to control the individual volume of the Sampler pads on channels 3 and 4 as illustrated below.
- Code: Select all
<mapping name="S+ JOG WHEEL VINYL OFF">
<events>
<MIDI type="CC" parameter="0x26" channel="0x1"/>
</events>
<controls>
<control alias="fam(Sampler)[0x1].PadActiveVolume"/>
</controls>
<preset name="Inc.-Dec. Normal Fader/Knob">
<parameters>
<parameter object="invert" key="on" value="off"/>
<parameter object="map" key="backwardIntegerRange" value="-1 -100"/>
<parameter object="map" key="backwardNormalRange" value="1 0"/>
<parameter object="map" key="forwardIntegerRange" value="1 64"/>
<parameter object="map" key="forwardNormalRange" value="0 0.496062992"/>
<parameter object="step" key="factor" value="0.000055"/>
</parameters>
</preset>
</mapping>
However, you can add the smartseek command in my last post without conflict. If you do then in 2 deck mode players 1 and 2 will smartseek and when selecting the sampler the shift + jog control pad volume. When in 4 deck mode then all channels will smartseek.
Why are you not using the search strip for that function?