Anmelden:     


Forum: General Discussion

Topic: Rane One Mk II announced
 

geposted 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).
 

 

According to Mojaxx's/beatsource tech's video it should work with VDJ at launch :)
 

someone did promise support for a new controller last week on Facebook :)
 

 

It's available in current release build through an automatic update for the controller definitions
 

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 🍺.
 

Love that, no fanfare, not even a download needed, and supported just as soon as the software mentioned on the silk screen.
 

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 😅
 

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)...
<?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..
 

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.
 

Yes.
The naming is simple. M stand for "Mode", so AUXPAD_M1_3 means AUXiliary PAD Mode1 Nr 3,
 

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 😊