Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Reversing a track

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

ThelemaPRO InfinityMember since 2010
I'm sure most of you are aware of this, but if you right click the play button on any deck, it reverses the track that's playing. Now, I'm using a Mixtrack Pro III, and I want to be able to do this directly because it could lead to interesting effects before a 'drop'. Is this possible at all?
 

Mensajes Sun 25 Feb 18 @ 7:38 pm
locodogPRO InfinityModeratorMember since 2013
The script is either

reverse

Or

dump
 

Mensajes Sun 25 Feb 18 @ 7:43 pm
I guess you could change the PLAY button on your controller from
<map value="PLAY_PAUSE" action="var 'shift' ? play_stutter : play_pause" />
to
<map value="PLAY_PAUSE" action="var 'shift' ? reverse : play_pause" />

This way, SHIFT+PLAY would cause the track to go in reverse
 

Mensajes Mon 26 Feb 18 @ 9:22 am
ThelemaPRO InfinityMember since 2010
PhantomDeejay wrote :
I guess you could change the PLAY button on your controller from
<map value="PLAY_PAUSE" action="var 'shift' ? play_stutter : play_pause" />
to
<map value="PLAY_PAUSE" action="var 'shift' ? reverse : play_pause" />

This way, SHIFT+PLAY would cause the track to go in reverse


Solid, thanks guys.
 

Mensajes Mon 26 Feb 18 @ 7:23 pm


(Los tópicos y foros antiguos son automáticamente cerrados)