MiniDucq - a ducker for the CQ mixer

Not sure what you mean. MiniDucq is based on reading channel level meters and that can only be done using the custom Ethernet protocol.

1 Like

Yes but (correct me if I am wrong), your issue is just to send data to control the CQ because your app needs to be approved by apple.
This is something that can be done via midi and an html embedded app without apple approval.
I believe it is not hard to convert incoming TCP frame (levels) to midi and send it back to the CQ.

EDIT: Sorry, I realize that this is more complex than I tought:

β€œTo build this application, we must first address a major technical constraint: for security reasons, web browsers (HTML/JS) cannot open raw TCP connections directly.”

Ok, I see what you mean. I can build MiniDucq on any platform and in fact it started as a C# dotnet application. But I wanted to make it an iOS app.

With some new perspective, I think I might continue development of MiniDucq as a desktop application.