Love this new feature.. and the huge BPM ranges over which it works is amazing..
(unlike the, (I think) 6%, difference, in automix)
reporting one case where the BPMs do not change as expected (or preferred)
here is example:
both tracks from Tidal, easy to find:
-------------------
Track 1)
td59024020
Pitbull & Enrique Iglesias - Messin' Around
BPM 79.00
-------------------
Track 2)
td214927675
Saweetie - Closer
BPM 111.00
If one uses auto_bpm_transition to mix from track 1 to track 2
the final BPM of "Closer" is 222 BPM, way to fast for chill track
The Pitch slider is at +100%
would want the final BPM to be 111BPM
If one uses auto_bpm_transition to mix from track 2 to track 1
the final BPM for "Messin' Around" is 158 BPM
again the pitch slider finishes at +100%
would want the final BPM to be 79 BPM
wanted to report this rare case (bpm combo)..
(unlike the, (I think) 6%, difference, in automix)
reporting one case where the BPMs do not change as expected (or preferred)
here is example:
both tracks from Tidal, easy to find:
-------------------
Track 1)
td59024020
Pitbull & Enrique Iglesias - Messin' Around
BPM 79.00
-------------------
Track 2)
td214927675
Saweetie - Closer
BPM 111.00
If one uses auto_bpm_transition to mix from track 1 to track 2
the final BPM of "Closer" is 222 BPM, way to fast for chill track
The Pitch slider is at +100%
would want the final BPM to be 111BPM
If one uses auto_bpm_transition to mix from track 2 to track 1
the final BPM for "Messin' Around" is 158 BPM
again the pitch slider finishes at +100%
would want the final BPM to be 79 BPM
wanted to report this rare case (bpm combo)..
Posté Mon 18 Sep 23 @ 1:58 pm
Just gave it a try here and BPM stayed at 111. Only the outgoing track should change anyway. I don't see how the incoming one would double.
Posté Mon 18 Sep 23 @ 2:22 pm
thanks Grovindj for checking.. and upon further investigation, appears to be NOT an issue with auto_bpm_transition, but with a cool script from locodog's script school thread, and seems to only have issue in this or maybe similar BPM combos.
I had replaced the A-BPM TR's "ON" button script with locodog's start script (from script school), so the ON button could be pushed, with incoming track is at the correct location, (but stopped).
the script, (will need a look at now & a tweak and the script.. is:
( action_deck 1 ? deck 2 play : deck 1 play ) & auto_bpm_transition & ( action_deck 1 ? deck 2 sync : deck 1 sync ) & repeat_start rsiABT 25ms -1 & deck 1 auto_bpm_transition ? nothing : loop 0 & repeat_stop rsiABT
if that is used then this if video of result, (note this script works with every other bpm combo attempted):
I had replaced the A-BPM TR's "ON" button script with locodog's start script (from script school), so the ON button could be pushed, with incoming track is at the correct location, (but stopped).
the script, (will need a look at now & a tweak and the script.. is:
( action_deck 1 ? deck 2 play : deck 1 play ) & auto_bpm_transition & ( action_deck 1 ? deck 2 sync : deck 1 sync ) & repeat_start rsiABT 25ms -1 & deck 1 auto_bpm_transition ? nothing : loop 0 & repeat_stop rsiABT
if that is used then this if video of result, (note this script works with every other bpm combo attempted):
direct link if above video does not load:
https://www.youtube.com/watch?v=P_t0V6uHo84
and again this does NOT occur with default, auto_bpm_transition as script for the ON button.
So it is NOT an issue with the auto_bpm_transition.
thanks for the help GroovinDJ !
Still trying to determine if this could be useful in a work flow.. love the idea ..but have not figured out how to incorporate it. First thought is it gets in the way, as many auto-features can do at times. Keeping an open mind.
Would love to hear great ideas.
Posté Mon 18 Sep 23 @ 3:51 pm