Not my bag (especially the white) but I'm sure there will be others interested in this:
https://www.gearnews.com/rane-one-mkii-dj-controller/
https://www.gearnews.com/rane-one-mkii-dj-controller/

发表时间 Tue 26 Aug 25 @ 2:35 pm
12inchskinz to the rescue lol.
Much appreciated upgrade (onboard FX, sampler volume and stems controls and same size as the MK1, so the same case could be reused).
Much appreciated upgrade (onboard FX, sampler volume and stems controls and same size as the MK1, so the same case could be reused).
发表时间 Tue 26 Aug 25 @ 2:42 pm
发表时间 Tue 26 Aug 25 @ 3:00 pm
According to Mojaxx's/beatsource tech's video it should work with VDJ at launch :)
发表时间 Tue 26 Aug 25 @ 3:40 pm
someone did promise support for a new controller last week on Facebook :)
发表时间 Tue 26 Aug 25 @ 3:41 pm
Forum just posted it's supported like a few minutes ago (don't see it reflected in the Changelog yet though):
https://www.facebook.com/share/p/17FRAvj5UB/
https://www.facebook.com/share/p/17FRAvj5UB/
发表时间 Tue 26 Aug 25 @ 4:45 pm
It's available in current release build through an automatic update for the controller definitions
发表时间 Tue 26 Aug 25 @ 9:10 pm
Cool, so you can add new controller definitions without doing a full new build 👍🏾.
The more I learn the software, the more I'm impressed. Thank you for all of the hard work 🍺.
The more I learn the software, the more I'm impressed. Thank you for all of the hard work 🍺.
发表时间 Tue 26 Aug 25 @ 9:13 pm
Love that, no fanfare, not even a download needed, and supported just as soon as the software mentioned on the silk screen.
发表时间 Tue 26 Aug 25 @ 9:29 pm
Does anyone happen to know if there's a way to remap the beat jump buttons so there's 2 for scrolling though amount one for brat jump back and one for beat jump forward? It's the only niggle for me on this controller so far 😅
发表时间 Mon 01 Sep 25 @ 5:32 pm
If you refer to the 4 top pads then you can remap these 4 Keys ..
AUXPAD_M5_1 : beatjump_select -1
AUXPAD_M5_2 : beatjump_select +1
AUXPAD_M5_3 : beatjump -1
AUXPAD_M5_4 : beatjump +1
and their leds ...
LED_AUXPAD_M5_1 : color 'orange'
LED_AUXPAD_M5_2 : color 'orange'
LED_AUXPAD_M5_3 : color 'cyan'
LED_AUXPAD_M5_4 : color 'cyan'
but the problem is that you cant see the value/amount of the selected Beatjump.
One way is to use a Custom Skin button assigned as beatjump_select and make sure the name of the custom button is query
Another way is to use the Loop size (available on every skin) to jump the track back n forth. In this case you only need 2 buttons mapped as .. goto 'loopsize+' and goto 'loopsize-' and those will follow the selected Loop size (which of course you can do from your controller too)
And here is a quick Pads page (not useful for the 4 AUX Pads of the Rane One MKII though)...
which results the following if saved as xml and placed in Pads folder..
AUXPAD_M5_1 : beatjump_select -1
AUXPAD_M5_2 : beatjump_select +1
AUXPAD_M5_3 : beatjump -1
AUXPAD_M5_4 : beatjump +1
and their leds ...
LED_AUXPAD_M5_1 : color 'orange'
LED_AUXPAD_M5_2 : color 'orange'
LED_AUXPAD_M5_3 : color 'cyan'
LED_AUXPAD_M5_4 : color 'cyan'
but the problem is that you cant see the value/amount of the selected Beatjump.
One way is to use a Custom Skin button assigned as beatjump_select and make sure the name of the custom button is query
Another way is to use the Loop size (available on every skin) to jump the track back n forth. In this case you only need 2 buttons mapped as .. goto 'loopsize+' and goto 'loopsize-' and those will follow the selected Loop size (which of course you can do from your controller too)
And here is a quick Pads page (not useful for the 4 AUX Pads of the Rane One MKII though)...
<?xml version="1.0" encoding="UTF-8"?>
<page name="Beatjump4">
<pad1 name="🠜🠜" color="color 'orange'">beatjump_select -1</pad1>
<pad2 name="`beatjump_select` 🠜" color="color 'cyan'">beatjump -1</pad2>
<pad3 name="🠞 `beatjump_select`" color="color 'cyan'">beatjump +1</pad3>
<pad4 name="🠞🠞" color="color 'orange'">beatjump_select +1</pad4>
</page>
which results the following if saved as xml and placed in Pads folder..

发表时间 Mon 01 Sep 25 @ 6:12 pm
Omg you're amazing 💜 Thank you so much for the detailed answer 😊 Never ceases to amaze me how configurable Virtual DJ is.
Also super cool to know how to address those pads for remapping 😅 I'm infering from that if you wanted to remap the Hot Cue mode you would use M1 instead of M5 for example.
Also super cool to know how to address those pads for remapping 😅 I'm infering from that if you wanted to remap the Hot Cue mode you would use M1 instead of M5 for example.
发表时间 Tue 02 Sep 25 @ 6:28 pm
Yes.
The naming is simple. M stand for "Mode", so AUXPAD_M1_3 means AUXiliary PAD Mode1 Nr 3,
The naming is simple. M stand for "Mode", so AUXPAD_M1_3 means AUXiliary PAD Mode1 Nr 3,
发表时间 Tue 02 Sep 25 @ 8:52 pm
Sorry for clogging up this thread with tech support (wrong forum 🙊) but in case someone's doing the same thing I thought I'd share my solution.

I used beatjump_select 50% and 200 % since I like having access to 64 and occasionally 128. It uses a lot of custom buttons but the grid pictured serves as a really good indicator for what's selected. Only issue is 64 is always lit unless but my guess is that's because I've gone beyond the realm of beatjump_select +/- 😅
Thanks again for the help 😊

I used beatjump_select 50% and 200 % since I like having access to 64 and occasionally 128. It uses a lot of custom buttons but the grid pictured serves as a really good indicator for what's selected. Only issue is 64 is always lit unless but my guess is that's because I've gone beyond the realm of beatjump_select +/- 😅
Thanks again for the help 😊
发表时间 Wed 03 Sep 25 @ 7:37 pm