Se Connecter:     


Forum: General Discussion

Sujet: Smart_Fader without Bass-Swap?
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
 

Posté 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.
 

So it's not possible to say "don't touch the bass during the transition"?
 

not with smart_fader, as you see it, is how it works

this is the thing I made that doesn't effect the bass
 

Great! Is this script available to the community? Or would you be sharing insights?
 

instructions sent in 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?
 

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.