Arduino MIDI控制器无法停止导致VirtualDJ崩溃。

huangapple go评论50阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年6月27日 19:27:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/76564393.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定