From: Goran M. <me...@ti...> - 2021-01-06 16:27:15
|
On Mon, Jan 04, 2021 at 10:45:41PM -0400, Joseph Malloch wrote: > Hi Meka, > > I haven’t looked at your source code but I did successfully send and receive OSC messages with the paths “/xremote” and “/xremotenfb” using the oscsend and oscdump utilities. They worked just as expected. I tried that too, so if you can tell me which osc* commands did you use exactly, I would be gratefull. In the mean time, I checked firewall (explicit rule for allowing communication with the mixer as well as turning the firewall off) with the same results. These lines of code are of the interest, I would say: https://github.com/maolan/maomix/blob/master/maomix/connection.hpp#L24 https://github.com/maolan/maomix/blob/master/src/connection.cpp#L240 It's even weirder as it worked only once with this code, so I'm confused. The problem is that only /xremote{,nfb} commands don't work as expected. Weird! Regards, meka |