快速登录:  

Forum: VirtualDJ Technical Support

话题: Pitch reset after mix_now
Beroj23PRO InfinityMember since 2022
I need a convenient way to reset the pitch after running mix_now 8000ms. Can the script be expanded somehow? mix_now 8000ms and pitch reset? Thank you.
 

发表时间 Tue 30 Apr 24 @ 5:15 pm
locoDogPRO InfinityModeratorMember since 2013
mix_now 8000ms & wait 8000ms & pitch_reset
 

发表时间 Tue 30 Apr 24 @ 5:19 pm
Beroj23PRO InfinityMember since 2022
Unfortunately does not work. Do you have another tip please?
(Roland DJ707M and MacBook Pro i5)
 

发表时间 Tue 30 Apr 24 @ 5:52 pm
locoDogPRO InfinityModeratorMember since 2013
try again, simple typo.
 

发表时间 Tue 30 Apr 24 @ 6:09 pm
Beroj23PRO InfinityMember since 2022
locoDog wrote :
try again, simple typo.

It worked now, thank you very much!
But it only works on one player! Does this work for both players?
 

发表时间 Tue 30 Apr 24 @ 6:45 pm
locoDogPRO InfinityModeratorMember since 2013
you just called mix_now, why would you need to do anything with 2 decks? only one will be live.
 

发表时间 Tue 30 Apr 24 @ 7:03 pm
Beroj23PRO InfinityMember since 2022
locoDog wrote :
you just called mix_now, why would you need to do anything with 2 decks? only one will be live.


I want to trigger a transition from Player 1 to Player 2 with a button. I use the "Range" button, which I don't need. If I press it on Player 2, it does everything as it should. So also pitch reset. If I press it on Player 1, it only makes a transition, but no pitch reset.
 

发表时间 Tue 30 Apr 24 @ 9:39 pm
locoDogPRO InfinityModeratorMember since 2013
if you're transitioning to a deck, you should use that deck to call it.
If you don't want to use that reasonable logic, then you need to find something to query to work out which deck should call the pitch_reset.
 

发表时间 Tue 30 Apr 24 @ 9:49 pm
something like this may work, if you are only wishing to call use a button one side of the controller:
tweaking locodog's script,

mix_now 8000ms & wait 8000ms & deck active pitch_reset
 

发表时间 Wed 01 May 24 @ 7:36 am