Is ıt possıble to program a setting, mıx now sync xxxxms and assign it to a custom button , like the '' mix_now_no sync xxxxms setting and use it when Automix is off? Thanks
发表时间 Thu 28 Mar 19 @ 8:32 pm
What i am really looking for is to be able to auto mix two tracks from the main music file list and not from the Automix music file list.
发表时间 Thu 28 Mar 19 @ 9:40 pm
Just mix_now you mean? (and not mix_now_nosync)
Can easily map to any keyboard and button in the controller settings (see image)
Can easily map to any keyboard and button in the controller settings (see image)
发表时间 Thu 28 Mar 19 @ 9:55 pm
the problem with "mix_now" setting is that when the automix is off there is no automatic beatmatching DURING crossfade.
发表时间 Thu 28 Mar 19 @ 10:08 pm
Should be automatic beat matching, if you are using mix_now (and not mix_now_nosync, that does not beat match)
发表时间 Thu 28 Mar 19 @ 10:12 pm
I tried it and it doesn't when Automix is off. It should slowly reset the pitch to 0 during crossfade ,beatmatching like it does when the Automix is on and i forceFade by pressing mix_now button (which it works when Automix is on). Basically , is to be able do the same action when the automix is OFF
发表时间 Thu 28 Mar 19 @ 10:54 pm
Well thats part of automix doing more than mix now .. .
You can map one button to mix_now => does the beatmixing part, that obviously needs to change pitch if songs are not same bpm.
Then map other button to pitch_reset to reset the pitch slowly if the pitch change is more than you want to keep
(the automix engine does this and more in combinations)
You can map one button to mix_now => does the beatmixing part, that obviously needs to change pitch if songs are not same bpm.
Then map other button to pitch_reset to reset the pitch slowly if the pitch change is more than you want to keep
(the automix engine does this and more in combinations)
发表时间 Thu 28 Mar 19 @ 11:22 pm
I will try it tomorrow . Thank you for the assistance
发表时间 Thu 28 Mar 19 @ 11:35 pm
Or you can combine the two, with something like :
mix_now 4000ms & repeat_start 'wait' 4000ms 1 & nothing & deck playing pitch_reset 0.5%
Adjust to own preference of speed of crossfade (4000 milliseconds in example) and speed of pitch reset (0.5% pr second in example)
repeat_start 'wait' 4000ms 1 & nothing is basically just waiting until crossfade is done before applying pitch reset.
mix_now 4000ms & repeat_start 'wait' 4000ms 1 & nothing & deck playing pitch_reset 0.5%
Adjust to own preference of speed of crossfade (4000 milliseconds in example) and speed of pitch reset (0.5% pr second in example)
repeat_start 'wait' 4000ms 1 & nothing is basically just waiting until crossfade is done before applying pitch reset.
发表时间 Thu 28 Mar 19 @ 11:58 pm
Nice ! Is there a way to set pitch reset to start when crossfade starts or even better , the pitch reset action to end at the exact time the crossfade completes? When Automix is on , the action is done by VDJ by adjusting the pitch of the two decks simultanuesly ( if the BPM of the two tracks are close) so they can be beatmatched.
发表时间 Fri 29 Mar 19 @ 7:41 pm
I set it to "mix_now 4000ms & pitch_reset 0.5%" . It resets gradually to 0 during crossfade . Mix_now 4000ms & pitch_reset 4000ms resets simultanuesly. Thanks for the guidance.
发表时间 Fri 29 Mar 19 @ 7:51 pm
user14454062 wrote :
Nice ! Is there a way to set pitch reset to start when crossfade starts
Sure, but then you would have to pitch lock the two tracks, else the mix would get out of beat quickly since moving pitch means moving away from the matched beats that mix_now do (beat match). Or the crossfade have to be so short that you wont notice ..
user14454062 wrote :
or even better the pitch reset action to end at the exact time the crossfade completes?
Thats what the first posted "dual script" already does, it waits til crossfade complete then pitch resets...
So if this is what you wanted, thats what it already does :)
发表时间 Fri 29 Mar 19 @ 9:14 pm
i will try this and see how it goes. Thanks
发表时间 Fri 29 Mar 19 @ 11:18 pm