Notifications
Clear all

light control

6 Posts
2 Users
0 Reactions
0 Views
0
Topic starter

hey people of the dj world, 
is there by any chance an app or any way of controlling the lights on my hercules rmx? i kinda wanna make it so that they all shine like the "wave" in a stadium as i play. maybe i could program one of the buttons to make it work but i dont know how to edit/make the code to do that? if you have any ideas that would be great!!!   ps. if you know its not possible please tell me 🙂 thanks

3 Answers
0
Topic starter

you mean the lighting behind the buttons on the rmx. i dont think theres a way to do that . only way i can think of is taking it apart and doing some serious modifcation to the cirutry , which could also ruin the mixer itself.

0
Topic starter

meeeh i seriously wish i could make them light up

0
Topic starter

hello skittle,

you can control lights on the rmx by sending midi commands.

the midi commands are listed in the manual  (leds commands are on page 26).
example: scratch button led
light on is bx 29 7f
light off is bx 29 00,
blinking on is bx 59 7f
blinking off is bx 59 00.

if your dj console rmx is set on midi channel 1, then bx is b0 (x is the channel number, as 0 is the first channel in midi, then when you set dj console rmx on channel 1, it is called channel 0 in midi command).

so you can
- light on all the leds with the commands

b0 29 7f
b0 0b 7f
b0 0c 7f
b0 14 7f
b0 13 7f
b0 07 7f
b0 08 7f
b0 11 7f
b0 23 7f
b0 24 7f
b0 18 7f
b0 17 7f
b0 1f 7f
b0 20 7f
b0 15 7f

- light off all the leds with the commands

b0 29 00
b0 0b 00
b0 0c 00
b0 14 00
b0 13 00
b0 07 00
b0 08 00
b0 11 00
b0 23 00
b0 24 00
b0 18 00
b0 17 00
b0 1f 00
b0 20 00
b0 15 00

- have all the leds blink with the commands

b0 59 7f
b0 3b 7f
b0 3c 7f
b0 44 7f
b0 43 7f
b0 37 7f
b0 38 7f
b0 41 7f
b0 53 7f
b0 54 7f
b0 58 7f
b0 57 7f
b0 5f 7f
b0 60 7f
b0 55 7f

- stop the blinking on all the leds with the commands

b0 59 00
b0 3b 00
b0 3c 00
b0 44 00
b0 43 00
b0 37 00
b0 38 00
b0 41 00
b0 53 00
b0 54 00
b0 58 00
b0 57 00
b0 5f 00
b0 60 00
b0 55 00

to light on / light off / blink on / blink off all the leds, save each group of commands in a txt file, and you can use a software as bome send sx to change the status of all the leds on your rmx.

0
Topic starter

you mean the lighting behind the buttons on the RMX. I dont think theres a way to do that . only way i can think of is taking it apart and doing some serious modifcation to the cirutry , which could also ruin the mixer itself.

3 Answers
0
Topic starter

meeeh I seriously wish I could make them light up

3 Answers
0

Hello Skittle,

You can control lights on the Rmx by sending MIDI commands.

The MIDI commands are listed in the manual  (LEDs commands are on page 26).
Example: Scratch button LED
Light on is Bx 29 7F
Light off is Bx 29 00,
Blinking on is Bx 59 7F
Blinking off is Bx 59 00.

If your DJ Console Rmx is set on MIDI channel 1, then Bx is B0 (x is the channel number, as 0 is the first channel in MIDI, then when you set DJ Console Rmx on channel 1, it is called channel 0 in MIDI command).

So you can
- light on all the LEDs with the commands

B0 29 7F
B0 0B 7F
B0 0C 7F
B0 14 7F
B0 13 7F
B0 07 7F
B0 08 7F
B0 11 7F
B0 23 7F
B0 24 7F
B0 18 7F
B0 17 7F
B0 1F 7F
B0 20 7F
B0 15 7F

- Light off all the LEDs with the commands

B0 29 00
B0 0B 00
B0 0C 00
B0 14 00
B0 13 00
B0 07 00
B0 08 00
B0 11 00
B0 23 00
B0 24 00
B0 18 00
B0 17 00
B0 1F 00
B0 20 00
B0 15 00

- have all the leds blink with the commands

B0 59 7F
B0 3B 7F
B0 3C 7F
B0 44 7F
B0 43 7F
B0 37 7F
B0 38 7F
B0 41 7F
B0 53 7F
B0 54 7F
B0 58 7F
B0 57 7F
B0 5F 7F
B0 60 7F
B0 55 7F

- stop the blinking on all the LEDs with the commands

B0 59 00
B0 3B 00
B0 3C 00
B0 44 00
B0 43 00
B0 37 00
B0 38 00
B0 41 00
B0 53 00
B0 54 00
B0 58 00
B0 57 00
B0 5F 00
B0 60 00
B0 55 00

To light on / light off / blink on / blink off all the LEDs, save each group of commands in a txt file, and you can use a software as Bome Send SX to change the status of all the LEDs on your Rmx.

3 Answers