Search code examples
arduinocrashmidi

Arduino MIDI controller won't stop crashing VirtualDJ


I've decided to make my own MIDI controller for the Virtual DJ program. For this I first bought the Arduino Pro Mico and wrote a test program. I tested it with FL Studio and after a few problems that I was able to solve, it worked perfectly. I immediately opened Virtual DJ to test it there, but every time I connect the Arduino Pro Mico it just goes white and dosn't respond anymore until I unplug the arduino again.

I've already tried:

  • Use another pro micro
  • Testing on my laptop => same error
  • Rewrite the program

I also tried to load a completely different program on it and then it didn't crash. I think every time I use the "MIDIUSB.h" library, this error occurs.

Can someone help me? Thanks in advance.


Solution

  • I managed to solve the issue. I switched the device from micro to Leonardo, because the pro micro is in reality a smaller version of the Leonardo.