Hello Guys. I am new here.
I've never written midi code before. And I don't have much of an opinion on this subject. But I can code to be electronic. like chip programming.
I have a device and when certain keys are pressed on my device there is a light show of about 4 seconds. I want this light show to continue. I talked to the technical service of the device and he told me that I could do this by "writing midi codes with a timer".
Active for 4 seconds for light dancing;
Deck A (Pitch Bend Minus + Pitch Bend Plus) + Deck B (Pitch Bend Minus + Pitch Bend Plus)
and i dont have a video for the light dance but i can record if you need.
My device is Hercules RMX2
and technic services answer;
If the developper who wrote the firmware of DJConsole Rmx2 could not isolate the MIDI sequence of the vegas mode, I am sure you cannot do more with the compiled firmware, and we cannot send you the source code as our licence agreement for the USB audio core does not give us the right to disclose the source code.
But on the other hand, writing a MIDI sequence to light on the LEDs is not very difficult, it just takes time.
With
https://ts.hercules.com/download/sound/manuals/Rmx2/RMX2_MIDI_Commands .pdf
you can read the MIDI commands to light on the keys (as the MIDI in and MIDI out commands are the same : for example, if Play deck A sends the MIDI command 9x 21, then sending 9x 21 7F lights on the Play key, 9x 21 00 lights off the Play key.
So.. It would be nice if there was at least a ".bat" file and a constant light dance when we ran it. But I don't know how to do it. I would be glad if you help me.