Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Hercules rmx mapper?? - Page: 1

This part of topic is old and might contain outdated or incorrect information

Is there somebody already working on a RMX-Mapper??
 

Posted Fri 25 Apr 08 @ 3:37 pm
I tryed installing it tonight but had no luck.

Will this mape Video Affects?
 

Posted Tue 20 May 08 @ 1:26 am
ciocePRO InfinityMember since 2004
Rmx Buttons Configurator 1.0



Download -> http://www.virtualdj.com/addons/view.html?type=tool

Description:
A simple tool to configure the 6+6 custom buttons of the Hercules Dj Console Rmx

Review:
It's compatible starting from VirtualDJ pro 5.0.7

A complete mapper like DJCel for MP3/MK2 might be available for the next Virtual DJ version
 

Posted Tue 20 May 08 @ 1:52 am
I think thats the one we are talking about.
 

Posted Tue 20 May 08 @ 7:40 am
moramaxPRO InfinitySenior staffMember since 2005
paulettecerra wrote :
I tryed installing it tonight but had no luck.


may you to describe the installation problem?
 

Posted Tue 20 May 08 @ 7:59 am
@Moramax; Thank you so much for this tool!!! I just installed it on my laptop system & seems pretty good so far. I'll try it on my timecode system after tomorrow night with video effects. Thanks again!!

Oh, and p.s., I can't seem to find the thread now but I seem to remember reading a post from Cel that he's working on a full mapper for the RMX. Fortunatly for me right now I only wanted to configure the 6+6 buttons anyway, already have the RMX crossfader configured to video crossfade when connected to my timecode system;^]
 

Posted Tue 20 May 08 @ 9:16 am
moramaxPRO InfinitySenior staffMember since 2005
@Timmyg1978
happy to ear!!
 

Posted Tue 20 May 08 @ 11:36 am
Anyone working on changing the native mappings on the RMX?
 

Posted Tue 10 Jun 08 @ 3:26 pm
No updates here? Would be nice to reassign the behaviour of some of my buttons (namely CUE and PLAY), and as well reassign the Master Fader, it honestly a waste of a perfectly good fader(and really poorly positioned on the RMX), I can adjust the master volume on my computer screen as its rarily touched.
 

Posted Mon 23 Jun 08 @ 11:00 pm
taylaPRO InfinityMember since 2007
i don't use the jog wheels, would it be possible to get it so i can mix video images with at least say the right jog wheel and keep the function in the left jog as normal... thanks

 

Posted Tue 24 Jun 08 @ 4:32 am
looshusHome userMember since 2008
I would also like to change some button behaviours, is anyone working on this at all?
 

Posted Sat 28 Jun 08 @ 1:33 pm
Bump!
 

Posted Sun 06 Jul 08 @ 9:11 pm
Is this diificult to do or do we not have the proper resources available? I really don't like the behaviour of the CUE buttons, I am pretty much using my laptop keyboard to set CUE ect, which defeats the purpose of having a hardware controller.
 

Posted Sat 02 Aug 08 @ 10:44 am
djbeware wrote :
Is this diificult to do or do we not have the proper resources available? I really don't like the behaviour of the CUE buttons, I am pretty much using my laptop keyboard to set CUE ect, which defeats the purpose of having a hardware controller.


What problems are you having? On my RMX cue button sets cue 1;^]
 

Posted Sat 02 Aug 08 @ 10:48 am
Well I would like to remap quite a few buttoms, I would like the the CUE button to SET CUE and if a CUE is alreadyu SET then simply return to the CUE set. Also I never ever use PITCH RESET and BEAT LOCK, so i want to change those to PITCH BEND buttons so i can free 2 of the programables, for hot cues or loops. Aswell i think i would change the MIC volume knob to the main volume, and use the main volume slider for something else, like controlling wet/dry effect. Maybe if it is possible use the SYNC button for some kind of SHIFT like function, so that when holding that button while pushing another is provides another function. For example, hold SYNC while pushing CUE will set a CUE, and pushing CUE on its own will play from the CUE. Or pressing SYNC and PLAY will PLAY AND STUTTER whereas PLAY by itself will PLAY AND PAUSE.

Especially with a SHIFT function i think the RMX would be so much more useable.
 

Posted Mon 04 Aug 08 @ 7:59 pm
djcelPRO InfinityModeratorMember since 2004
Here is the new header compatible with the RMX

DJCMapper2.h

// Definition of Hercules consoles mapper for VirtualDJ
// (includes DJConsole, DJControlMP3, DJConsoleMKII, DJMobileMP3, DJConsoleRmx, etc...)
// See www.virtualdj.com for more information
// (c)Atomix Productions 2008

#ifndef IDJCMapper2_H
#define IDJCMapper2_H

#define DJC_AUTOBEAT (0x0200-2)
#define DJC_MOUSE_BUTTON (0x0200-3)
#define DJC_PRESET_FX_0 (0x0200-8)
#define DJC_PRESET_FX_1 (0x0200-7)
#define DJC_PRESET_FX_2 (0x0200-6)
#define DJC_PRESET_FX_3 (0x0200-5)
#define DJC_PITCH_BEND_DEC (0x0200+4)
#define DJC_PITCH_BEND_INC (0x0200+5)
#define DJC_PRESET_SWITCH (0x0200+8)
#define DJC_MASTER_TEMPO (0x0200+9)
#define DJC_PREV_TRACK (0x0200+10)
#define DJC_NEXT_TRACK (0x0200+11)
#define DJC_CUE (0x0200+12)
#define DJC_PLAY_PAUSE (0x0200+13)
#define DJC_MONITOR (0x0200+41)
#define DJC_HEADPHONE_SWITCH_A (0x0200-19)
#define DJC_HEADPHONE_SWITCH_B (0x0200-18)
#define DJC_HEADPHONE_SWITCH_SPLIT (0x0200-17)
#define DJC_HEADPHONE_SWITCH_MIX (0x0200-16)
#define DJC_OUT_AUDIO_SOURCE (0x0200+54)
#define DJC_TUNE_SCRATCH (0x0200+62)
#define DJC_SYNC (0x0200+63)
#define DJC_DECK_INFO (0x0200+64)
#define DJC_MUSIC (0x0200+65)
#define DJC_PLAYLIST (0x0200+66)
#define DJC_HOLD_JOGS (0x0200+67)
#define DJC_DIRECTORY (0x0200+68)
#define DJC_AUTOMIX (0x0200+69)
#define DJC_INPUT_LOCKED (0x0200+82)
#define DJC_KILL_TREBLE (0x0200+84)
#define DJC_KILL_MEDIUM (0x0200+85)
#define DJC_KILL_BASS (0x0200+86)
#define DJC_PITCH_RESET (0x0200+88)
#define DJC_BEAT_LOCK (0x0200+89)
#define DJC_MENU_UP (0x0200+90)
#define DJC_MENU_LEFT (0x0200+91)
#define DJC_MENU_RIGHT (0x0200+92)
#define DJC_MENU_DOWN (0x0200+93)
#define DJC_STOP (0x0200+94)
#define DJC_LOAD_ON_DECK (0x0200+95)
#define DJC_KEYPAD_0 (0x0200-14)
#define DJC_KEYPAD_1 (0x0200-13)
#define DJC_KEYPAD_2 (0x0200-12)
#define DJC_KEYPAD_3 (0x0200-11)
#define DJC_KEYPAD_4 (0x0200-10)
#define DJC_KEYPAD_5 (0x0200-9)

#define DJCSLIDER_TREBLE (0x0200+0)
#define DJCSLIDER_MEDIUM (0x0200+1)
#define DJCSLIDER_BASS (0x0200+2)
#define DJCSLIDER_PITCH (0x0200+3)
#define DJCSLIDER_VOLUME (0x0200+6)
#define DJCSLIDER_JOG_WHEEL (0x0200+14)
#define DJCSLIDER_MOUSE_X_AXIS (0x0200+17)
#define DJCSLIDER_MOUSE_Y_AXIS (0x0200+18)
#define DJCSLIDER_CROSS_FADER (0x0200+21)
#define DJCSLIDER_VSLIDE (0x0200+70)
#define DJCSLIDER_SELECTOR (0x0200+71)
#define DJCSLIDER_MENU_SELECTOR (0x0200+72)
#define DJCSLIDER_MENU_SELECTOR_VIA_PLAY_BUT(0x0200+83)
#define DJCSLIDER_MASTER_VOLUME (0x0200-4)
#define DJCSLIDER_BALANCE_EQ (0x0200+96)
#define DJCSLIDER_GAIN_SOURCE (0x0200+97)
#define DJCSLIDER_CUE_MONITOR_MIX (0x0200+98)
#define DJCSLIDER_BALANCE (0x0200+99)
#define DJCSLIDER_FUTURE (0x0200-1) // for future devices, new buttons/slider will call OnSlider(chan,DJCSLIDER_FUTURE,buttonid,buttonvalue);

#define DJCLED_FX (0x0200+22)
#define DJCLED_CUE (0x0200+23)
#define DJCLED_LOOP (0x0200+24)
#define DJCLED_MASTER_TEMPO (0x0200+25)
#define DJCLED_CUE_BUTTON (0x0200+26)
#define DJCLED_PLAY_PAUSE (0x0200+27)
#define DJCLED_AUTOBEAT (0x0200-15)
#define DJCLED_MONITOR (0x0200+42)
#define DJCLED_HOLD_JOGS (0x0200+74)
#define DJCLED_AUDIO_SRC (0x0200+100)
#define DJCLED_PITCH_RESET (0x0200+101)
#define DJCLED_BEAT_LOCK (0x0200+102)
#define DJCLED_SYNC (0x0200+103)
#define DJCLED_TUNE_SCRATCH (0x0200+104)

#endif /* IDJCMapper2_H */

 

Posted Thu 07 Aug 08 @ 4:06 am
looshusHome userMember since 2008
legend!
 

Posted Thu 07 Aug 08 @ 5:16 am
TexZKPRO InfinityMember since 2005
looshus wrote :
legend!

??? :D
 

Posted Fri 08 Aug 08 @ 7:13 am
sorry but may i ask how can i use this? i wsih to make some button configuration to my hercules rmx but i don t know how to and i didn t understand all this.
thanks!
 

Posted Sat 16 Aug 08 @ 7:52 am
cioce wrote :
A complete mapper like DJCel for MP3/MK2 might be available for the next Virtual DJ version


When came the next version or is there a beta to download? Because i need it to change the Buttons and Faders on my RMX.

Thx 4 help
 

Posted Tue 26 Aug 08 @ 4:19 pm
29%