Is there a way to send OSC messages to other apps using MobMuPlat?
I'm working with inScore, an app that receives drawing instructions from Pure Data.
-
MobMuPlat sending OSC messages to other APPs
-
@patricio.tics See "Networking" in https://danieliglesia.com/mobmuplat/doc/index.htm
Find the port inScore will use to receive..... and send to that port on the IP address of the machine running inScore...... or use a broadcast address if that IP might change on your network.
It is better practice to fix the IP of the receiving machine (static IP within the reserved range of your router........ instead of DHCP)
A bit more info about broadcast and multicast...... https://forum.pdpatchrepo.info/topic/14396/how-to-send-audio-over-the-network-in-pure-data/3
That info was for an audio object but the networking part is relevant for [netsend]
David.