Hi,
there is the smart_fader feature that can synchronize the bpm of 2 tracks step by step automatically during crossfade. But it also swaps the bass during this transition automatically. Which is fine in most situations, but sometimes I want to keep the basses untouched.
Question: how can I use the smart_fader feature, but disable bass-swap during the transition (so bass is untouched)?
Thanks
there is the smart_fader feature that can synchronize the bpm of 2 tracks step by step automatically during crossfade. But it also swaps the bass during this transition automatically. Which is fine in most situations, but sometimes I want to keep the basses untouched.
Question: how can I use the smart_fader feature, but disable bass-swap during the transition (so bass is untouched)?
Thanks
Posted Sun 24 Mar 24 @ 10:33 am
The script is as you see it,
I worked out the maths required for the pitch change [it can be done with current script] and made a virtualfx that monitors the xf position out of it.
I worked out the maths required for the pitch change [it can be done with current script] and made a virtualfx that monitors the xf position out of it.
Posted Sun 24 Mar 24 @ 3:08 pm
So it's not possible to say "don't touch the bass during the transition"?
Posted Sun 24 Mar 24 @ 5:17 pm
not with smart_fader, as you see it, is how it works
this is the thing I made that doesn't effect the bass
this is the thing I made that doesn't effect the bass
Posted Sun 24 Mar 24 @ 5:22 pm
Great! Is this script available to the community? Or would you be sharing insights?
Posted Sun 24 Mar 24 @ 6:31 pm
instructions sent in pm
Posted Sun 24 Mar 24 @ 7:34 pm
do you mind sharing it with me as well? also do you know the way that Smart fader works similar to Serrato like use it with volume instead of fader?
Posted 3 days ago @ 2:40 pm
Save; source bpm, target bpm, the difference between the two.
Sync
start a rsi,
pitch lock on
sum the level sliders and save the reciprocal.
multiply the reciprocal by the target level slider, save the result
( result * bpmdifference ) + source bpm = new bpm, cast as beats to pitch,
pitch lock off.
Sync
start a rsi,
pitch lock on
sum the level sliders and save the reciprocal.
multiply the reciprocal by the target level slider, save the result
( result * bpmdifference ) + source bpm = new bpm, cast as beats to pitch,
pitch lock off.
Posted 3 days ago @ 10:11 am