HACKID wrote:.....I would like to map crossfader as a videocrossfader and when his position is 0% or 100% it must change videotransition automatically....in random mode.
In the DDJ-SX the Crossfader does not have shifted capabilities so is not possible using the crossfader. You might be able to use the fader start commands using the channel faders but the video transition switch ching will be one up or down from the current trasition selection so random selection not possible.
I don't remember if there is a random mode for video transition and if there is not this will make a grat suggestion to the Mivibes team.
Add a random mode to video transitions list.
In the case of not having the video transition selected randomly a form of randomizer can be inplemented using the DDJ-SX by adding the following modified command to each one of the pads.
- Code: Select all
<mapping name="SELECTOR">
<events>
<MIDI type="CC" parameter="0x10" channel="0x8"/>
</events>
<controls>
<control alias="fam(Video)[0x1].TransitionType"/>
</controls>
<preset name="Inc.-Dec. Button">
<parameters>
<parameter object="action-0" key="integer" value="1"/>
<parameter object="dispatch" key="interpretCCasNote" value="off"/>
<parameter object="metronom" key="Repeat Acceleration" value="0.1"/>
<parameter object="metronom" key="Repeat Time" value="100"/>
<parameter object="metronom" key="Start Time" value="500"/>
</parameters>
</preset>
</mapping>
The scenario in which this would work.
1st ad the command to each one of the pads.
As you perform you use different pads in different modes for different tracks and samples.
Every time you press a pad the selection of the video transition will change 1 up from the current selection.
Now you are aready to mix into the other deck.
Wherever the selection landed last time (unpredictable) will be the transition to be used by the Crossfader.