简体   繁体   English

用于虚拟DJ的Arduino Usb MIDI控制器

[英]Arduino Usb MIDI controller for Virtual DJ

I have already build the controller, it is a simple rotary encoder with 4 segment display based on arduino micro. 我已经构建了控制器,它是一个基于arduino micro的具有4段显示的简单旋转编码器。 And now all i have left is to connect it to virtual dj using midi. 现在我剩下的就是使用midi将其连接到虚拟dj了。 im decided to use the "Serial MIDI Converter V2D" app to do it, but i cant understand how to write midi signals in arduino. 我决定使用“串行MIDI转换器V2D”应用程序来执行此操作,但是我无法理解如何在arduino中写入Midi信号。

in code im using 4 effect names, by chosing one of them i can set the percentage 0-100 % it is int value. 在使用4个效果名称的代码im中,通过选择其中一个,我可以将0-100%的百分比设置为int值。 so how can i send the midi signal to set that percentage for example to eq-high in virtual dj? 所以我该如何发送midi信号以将该百分比设置为虚拟dj中的eq-high?

In the VDJ mapper setup you can add a button by clicking de + sign, which will 'listen' for midi messages. 在VDJ映射器设置中,您可以通过单击de +号添加一个按钮,该按钮将“监听” MIDI消息。 The received Key you can attach to an action either by typing the command or command's in VDJ-script or by clicking Action-Learn and clicking the knob in the VDJ interface. 可以通过在VDJ脚本中键入命令或命令的附件,或者单击“操作学习”并单击VDJ界面中的旋钮,将收到的密钥附加到操作上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM