b2renger / processing_osc_controller

MIT License
1 stars 0 forks source link

The processing client doesn't appear on the list of clients on android #7

Open LucieMrc opened 2 years ago

LucieMrc commented 2 years ago

In "receiver_processing_template", change the line 82 from "NetAddress map = new NetAddress("255.255.255.255", outPort);" to "NetAddress map = new NetAddress("255.255.255.255", outPort);" and it should work.