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
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.
meeeh i seriously wish i could make them light up
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
- light off all the leds with the commands
- have all the leds blink with the commands
- stop the blinking on all the leds with the commands
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.
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.
meeeh I seriously wish I could make them light up
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
- Light off all the LEDs with the commands
- have all the leds blink with the commands
- stop the blinking on all the LEDs with the commands
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.