03.05.2023, 11:17
recvAddr must be your LM IP address. 127.0.0.1 is an internal address which cannot receive anything from remote hosts.
You need to call osc:open() after osc:add_handler(...)
You need to call osc:open() after osc:add_handler(...)