Ingreso rápido:  

Forum: Wishes and new features

Tema: Auto sync feature
Is it possible to get an auto sync feature? Where you press play and it auto syncs it to the closest 1, 2, or 4 beats. Most modern software like Rekordbox and Mixxx have this already.

Also, is there a modern redesign of the UI in the works at all?

Thanks!
 

Mensajes Tue 03 Dec 24 @ 1:48 am
locoDogPRO InfinityModeratorMember since 2013
It's called smartPlay in settings, it is dependant on globalQuantize setting value.
 

Mensajes Tue 03 Dec 24 @ 3:46 am
 

Mensajes Wed 04 Dec 24 @ 5:30 pm
Awesome thank you
 

Mensajes 6 days ago @ 8:14 pm
I've been using this smartPlay command since VDJ 8 was released 10 years ago. See below;

Programming Various Controllers For Beatmixing In VirtualDJ.

General usage

I have programmed with script some actions that I regularly use in a 'live' situation. I am an open format DJ and through the course of a gig I may drop into beat mixing for say 20-30 minutes then move onto not beat mixing for other parts of the gig. I originally created these mods when VirtualDJ 8 was first released in May 2014, I then adapted similar actions to all my subsequent Controllers. I also programmed a Pad Page with these commands.

Denon MC6000 Mk1 & Mk2 Mapping Mods

Shift + PLAY - to switch SmartPlay on/off
var '$shift' ? holding 500ms ? goto_first_beat : smart_play : play_pause

Shift + VINYL - pitch reset slowly, double press resets instantly
var '$shift' ? pitch_reset : vinyl_mode

Shift + CUE - pitch lock on/off
var ‘$shift’ ? pitch_lock : cue_stop


DENON MC7000

Shift + CENSOR - to switch SmartPlay on/off
var '$shift' ? holding 500ms ? goto_first_beat : smart_play

VINYL - pitch reset slowly, double press resets instantly
pitch_reset

SLIP - pitch lock on/off
pitch_lock


Other Controllers I programmed the mappings on were the original Pioneer DDJ1000 and a Roland 707m that I owned for a short time.

Have Fun, Cheers.
 

Mensajes 6 days ago @ 4:04 am