Cyder do you know of a way to make a shortcut for just those little arrows that transition the video only?? Any help would be appreciated.
Posted Mon 30 Oct 06 @ 8:26 pm
the shortcut is video_trans but it works differntly in the skin vs on the keyboard short cuts
Posted Mon 30 Oct 06 @ 8:56 pm
Ok so the question is, is there a way to make a shortcut that will react the same as if I pressed the little arrow?? If not that is ok, but it would be cool.
Posted Tue 31 Oct 06 @ 12:12 am
I don't think you can do via the keyboard as it just put the transition in active move meaning it will fade only when a deck is stopped.
Posted Tue 31 Oct 06 @ 4:36 am
go to keyboard shortcut, select Video...then video_trans and assign a key for deck 1 and deck 2
Posted Tue 31 Oct 06 @ 2:55 pm
Maybe what you want is to crossfade the videos when you mix, don't you? if so, I have this configuration for keyboard, this command is for changing to the desired video transition:
<sc key="esc" action="video_transition" value="+1" />
for changing from deck 1 to deck 2 I use these 2 keys:
<sc keycode="42" action="video_crossfade" value="-100" />
<sc keycode="29" action="video_crossfade" value="+100" />
<sc key="esc" action="video_transition" value="+1" />
for changing from deck 1 to deck 2 I use these 2 keys:
<sc keycode="42" action="video_crossfade" value="-100" />
<sc keycode="29" action="video_crossfade" value="+100" />
Posted Wed 01 Nov 06 @ 4:42 am