running dj8. how do i set the speed so that it is the same for all my song in my play list
geposted Sun 08 May 16 @ 7:03 pm
Options > SmartPlay set to yes
geposted Sun 08 May 16 @ 7:10 pm
If you are talking about automix, it is not possible to define a constant bpm for automix list at the moment.
geposted Mon 09 May 16 @ 9:48 am
it is however possible to maintain a constant pitch so that all of the songs in the playlist will be played slower(or faster)
take a look at FRUiT's latest skin, there's a button on the Automix/Karaoke panel called P SET, or you could assign a custom button with this script
var_equal "AMpWA" 0 ? off & set "AMpWA" 1 & repeat_start_instant "AMpitcher" 33ms & load_pulse ? repeat_start_instant "pitchRem" 1000ms 1 & pitch & param_cast & set "AMpitch" : get_var "AMpitch" & param_cast & pitch : blink & set "AMpWA" 0 & repeat_stop "AMpitcher"
hope that helps
take a look at FRUiT's latest skin, there's a button on the Automix/Karaoke panel called P SET, or you could assign a custom button with this script
var_equal "AMpWA" 0 ? off & set "AMpWA" 1 & repeat_start_instant "AMpitcher" 33ms & load_pulse ? repeat_start_instant "pitchRem" 1000ms 1 & pitch & param_cast & set "AMpitch" : get_var "AMpitch" & param_cast & pitch : blink & set "AMpWA" 0 & repeat_stop "AMpitcher"
hope that helps
geposted Mon 09 May 16 @ 10:58 am