Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Keep BPM script
Hi anyone know the script to keep bpm on same deck when loading new track ( no track on other deck) thanks
 

Posted 10 hours ago
locoDogPRO InfinityModeratorMember since 2013
before loading, save the bpm to a variable
set savedBPM `get_bpm & param_cast beats`
load the next track
recall the variable and cast it to pitch verb
get_var savedBPM & param_cast pitch

there's a few ways this could be implemented [button press, rsi, onsongload] but you haven't given enough details to get a specific solution.
 

Posted 9 hours ago
Thanks loco dog- in practice id like to use this to play one deck and use sampler backbeat (hence needing the bpm to maintain on next track load) whilst using other deck to scratch freestyle - so could use as a custom button for that particular track ?

Tia
 

Posted 9 hours ago
locoDogPRO InfinityModeratorMember since 2013
yeah just slot in a load command between the two commands above.
 

Posted 9 hours ago