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.
Posté Tue 30 Apr 24 @ 5:15 pm
mix_now 8000ms & wait 8000ms & pitch_reset
Posté Tue 30 Apr 24 @ 5:19 pm
Unfortunately does not work. Do you have another tip please?
(Roland DJ707M and MacBook Pro i5)
(Roland DJ707M and MacBook Pro i5)
Posté Tue 30 Apr 24 @ 5:52 pm
try again, simple typo.
Posté Tue 30 Apr 24 @ 6:09 pm
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?
Posté Tue 30 Apr 24 @ 6:45 pm
you just called mix_now, why would you need to do anything with 2 decks? only one will be live.
Posté Tue 30 Apr 24 @ 7:03 pm
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.
Posté Tue 30 Apr 24 @ 9:39 pm
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.
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.
Posté 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,
tweaking locodog's script,
mix_now 8000ms & wait 8000ms & deck active pitch_reset
Posté Wed 01 May 24 @ 7:36 am