tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.23k stars 139 forks source link

About Daw return MCU details and resources #374

Open Renlong2020 opened 3 years ago

Renlong2020 commented 3 years ago

Hello Peter, I'm developing my own MIDI controller, which is based on Mackie MCU. It's mainly designed on the mobile web page side based on HTML, CSS and JS. It's used as a control, esp8266 as a server, receives the request of the control, and sends MIDI signal to Daw through serial port. Hu and MCU are easy to control. But the problem is that the parameter information returned from Daw has no reference, which is too difficult. Return a variety of hex codes, but also to find the law. So, I don't know if you have the information sent back by Daw in your hand and share it with me. I need this information very much. I have Hui in my hand, but the difference between Hui and MCU is obvious, and the data of Hui is incomplete. In a word, I hope to get information about MCU from you. Thank goodness for that! Looking forward to your reply.

tttapa commented 3 years ago

I got most of my information about the MCU protocol from this manual: https://images.thomann.de/pics/prod/151261_manual.pdf

Most DAWs don't implement it exactly, though, but most of it should be very similar.