英文:
Arduino MIDI controller won't stop crashing VirtualDJ
问题
我已决定为Virtual DJ程序制作自己的MIDI控制器。为此,我首先购买了Arduino Pro Micro并编写了一个测试程序。我在FL Studio上进行了测试,在解决了一些问题后,它完美地工作了。我立刻打开Virtual DJ来测试它,但每次连接Arduino Pro Micro时,它都会变成白屏,不再响应,直到我再次拔掉Arduino。
我已经尝试过以下方法:
- 使用另一个Pro Micro
- 在我的笔记本上进行测试 => 同样的错误
- 重写程序
我还尝试加载一个完全不同的程序,然后它就不会崩溃。我认为每次使用"MIDIUSB.h"库时都会发生这个错误。
有人可以帮助我吗?提前感谢。
英文:
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.
答案1
得分: 0
我成功解决了这个问题。我将设备从Micro更改为Leonardo,因为Pro Micro实际上是Leonardo的较小版本。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论