Is there a method to change the decimal count in the BPM display? I'm so used to the tenths in Serato that the second digit in VDJ is bugging me out...and too overboard for my needs. If not in the settings menu, can I alter an existing skin? Thanks!
发表时间 Wed 25 Nov 20 @ 10:03 am
Mods- is there a better forum for this question? Is it skin specific?
发表时间 Fri 04 Dec 20 @ 12:54 am
go to Config>>Options>>search for browserBPMDigits, then change it to 0
发表时间 Fri 04 Dec 20 @ 7:40 am
it's not that, you want to be looking in the skin.xml
You didn't say which variation, I'll assume pro.
<group name="jogwheel-defines">
<define class="jogwheel_b">
<panel name="jogwheel_displays" visibility="loaded">
first textzone, format="bpmex" change it to "bpm"
you'll find it something like line 1189
also, same group but
<define class="jogwheel_c">
<panel name="jogwheel_displays" visibility="loaded">
first textzone, format="bpmex" change it to "bpm"
you'll find it something like 1253
You didn't say which variation, I'll assume pro.
<group name="jogwheel-defines">
<define class="jogwheel_b">
<panel name="jogwheel_displays" visibility="loaded">
first textzone, format="bpmex" change it to "bpm"
you'll find it something like line 1189
also, same group but
<define class="jogwheel_c">
<panel name="jogwheel_displays" visibility="loaded">
first textzone, format="bpmex" change it to "bpm"
you'll find it something like 1253
发表时间 Fri 04 Dec 20 @ 8:09 am
Worked perfect! Thanks!
发表时间 Fri 04 Dec 20 @ 4:10 pm