登录:     


Forum: General Discussion

Topic: 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?
 

发表时间 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.
 



(陈旧帖子或论坛版块会自动关闭)