Does Virtual DJ plan on updating Automix to allow choosing to go to the first Cue Point of the next song?
Also anyway to preset where you want the song to begin transitioning to next song?
Would be nice if VirtualDJ could look at the song and analyze what would be the best transition from current to next song and that would be the "smart" transition.
Don't get me wrong, I love VDJ and have had it since early 2000 but doesn't feel automix has changed much.
Also anyway to preset where you want the song to begin transitioning to next song?
Would be nice if VirtualDJ could look at the song and analyze what would be the best transition from current to next song and that would be the "smart" transition.
Don't get me wrong, I love VDJ and have had it since early 2000 but doesn't feel automix has changed much.
Mensajes Mon 13 Jan 25 @ 4:56 pm
Use the POI editor to move automix set points.
Mensajes Mon 13 Jan 25 @ 5:08 pm
kradcliffe wrote :
Use the POI editor to move automix set points.
An update on Automix would be fine. An option like „start on cue1“. Much better and easyer then start the POI Editor on every song.
Mensajes Fri 17 Jan 25 @ 7:55 pm
I also love VDJ. But the automix was really neglected. As a best example I can mention the automix function of the freeware Digijay. The autofade is integrated in the player, a smooth transition to the next song is triggered immediately. And you can also simply determine the starting point of the next song with the Jogwheel. I appeal to the programmers to take a look at Digijays Autofade and implement a similar autofade/automix function in VDJ.
🙏🏽
🙏🏽
Mensajes Fri 17 Jan 25 @ 8:05 pm
Is there any script to lower bass of playing deck automatically in automix when crossfade is starting
This is working manualy:
play ? deck 1 eq_low 0% & deck 2 eq_low 50% : deck 1 eq_low 50% & deck 2 eq_low 0%
This is working manualy:
play ? deck 1 eq_low 0% & deck 2 eq_low 50% : deck 1 eq_low 50% & deck 2 eq_low 0%
Mensajes Fri 07 Feb 25 @ 12:28 pm
Yesterday and today I developped a method to create, show and edit mixpoints for automix in the timeline with shortcuts.
It is described in the german community with a screenshot here:
https://virtualdj.com/forums/254345/German_Forum/Songs_im_Automix_an_Cue-Point_beginnen_lassen.html
The method is much faster, better and more flexible than using automix editor or POI editor.
If requested I can translate the information to english and create an article in my blog.
Up to now the only drawback for mixpoint display in the timeline is the need to update "database.xml" in the corresponding drive.
To my knowledge there is no script existing which does allow setting of a POI with "Marker only" = Num="-1" enabled.
Remark:
With symbolic links it is quite convenient to access/sync/edit VDJ settings and multiple database files. Constant drive letters are required and easy to realize (even on different PCs or with multiple USB drives) with net use, subst, usbdlm and other commands or tools.
It is described in the german community with a screenshot here:
https://virtualdj.com/forums/254345/German_Forum/Songs_im_Automix_an_Cue-Point_beginnen_lassen.html
The method is much faster, better and more flexible than using automix editor or POI editor.
If requested I can translate the information to english and create an article in my blog.
Up to now the only drawback for mixpoint display in the timeline is the need to update "database.xml" in the corresponding drive.
To my knowledge there is no script existing which does allow setting of a POI with "Marker only" = Num="-1" enabled.
Remark:
With symbolic links it is quite convenient to access/sync/edit VDJ settings and multiple database files. Constant drive letters are required and easy to realize (even on different PCs or with multiple USB drives) with net use, subst, usbdlm and other commands or tools.
Mensajes 3 days ago @ 1:58 pm