Quick Sign In:  

Forum: General Discussion

Topic: Low BPM songs showing double BPM rate
A lot of songs, especially Christmas songs, I have in my personal collection are showing high BPM rates even though they are low BPM songs, for example, a 70 BPM song shows up as 140 BPM.

All of the songs have been scanned by VDJ.

Is there a way to correct this without having to edit each song?
 

Posted Wed 21 Dec 22 @ 4:46 pm
locoDogPRO InfinityModeratorMember since 2013
Isolate them, select them all as a group
[look up ctrl+click, shift+click, ctrl+shift+click]
open tag editor and 1/2 bpm for the group
 

Posted Wed 21 Dec 22 @ 5:05 pm
Here's a workaround. Just create a filter to account for all songs that are half and double the bpm of the current song that is playing. Check the Advanced box in the filter editor and paste this into the large text area:

(Bpm Difference <= 4 or (BPM >= `deck master get_bpm & param_multiply 0.5 & param_add -4` and BPM <= `deck master get_bpm & param_multiply 0.5 & param_add 4`) or (BPM >= `deck master get_bpm & param_multiply 2 & param_add -4` and BPM <= `deck master get_bpm & param_multiply 2 & param_add 4`)) and Key Difference = 0 and Already Played = 0

this filter will show you 1) all songs that are within a bpm difference of say 4, 2) all the songs with half that bpm range and 3) all the songs that are double that bpm range. For example, if you are currently playing a song that is 70bpm, this filter will show you all songs 66-74bpm as well as all songs 136-144bpm. It works in the other direction as well: If you are currently playing a song that is 140bpm, the filter shows all songs that are 136-144bpm and 66-74bpm. take out the 'and Key Difference = 0' if you don't care much about mixing in key. Cheers!
 

Posted Tue 18 Jun 24 @ 12:00 am