Connexion rapide:  

Forum: General Discussion

Sujet Keeping Stems for next track on automix
Hello everyone,

I am new to virtualdj and I am loving it !!

I would like to keep by stem preferences from one track to next on automix. For example I would like to keep vocal off on all tracks in the automix but it will switch all on whenever next track is played at the moment. is there any way to accomplish this without using midi?
 

Posté Tue 31 May 22 @ 7:59 pm
You can do this using scripting, but it's rather advanced, especially if you're new to writing code.

You could map a key on your keyboard (or a button on your controller) to isolate the vocal stem, and set a variable to 1. When you press the button again, it restores the whole song and sets that variable to 0.

Then on your song load event, check the value of that variable, and if it's 1, isolate the vocal stem.

This way it will retain the stem state between songs.
 

Posté Wed 01 Jun 22 @ 4:40 am