Page 1 of 1

receive OSC from miniMad

Posted: Thu Feb 28, 2019 1:29 pm
by 235media
Hi there,

I am using an Arduino to trigger videos using OSC. I have managed to establish a communication from the arduino to miniMad and it works very well, now I wonder if it´s possible to receive OSC messages FROM the miniMad in order to have a better control.
I would like to to receive informations about the current playing media (duration, fps, etc...).
I know that miniMad use ethernet to synchronize each other, so I guess that they are already sending this information. Is it possible to receive it oved OSC?

Re: receive OSC from miniMad

Posted: Mon Mar 11, 2019 4:20 pm
by Pierre Guilluy
miniMAD synchronization happens to use OSC on the port as OSC control (at least for now).

You can think about monitor the OSC coming out of the miniMAD to find the information you need.

Re: receive OSC from miniMad

Posted: Thu Mar 14, 2019 4:36 pm
by 235media
Thanks for the info! that´s good to know, however I tried to listen for incoming OSC on port 1111 with any luck, I have not incoming messages. Is there a specific broadcast/multicast IP address where miniMad are sending the sync messages?