b2renger / processing_osc_controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LucieMrc opened this issue · comments

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.