Closed ericzang closed 1 month ago
I seem to have found it in constants.py, yes? It reaches the host computer's port 8000, but not lemur's IP.
I changed the below '127.0.0.1' to lemur's ip, but lemur still did not receive a message (I confirmed lemur was receiving osc in general). Thanks for any help!
class OSCServer: def init(self, local_addr: Tuple[str, int] = ('0.0.0.0', OSC_LISTEN_PORT), remote_addr: Tuple[str, int] = ('127.0.0.1', OSC_RESPONSE_PORT)):
somehow after a reboot and/or network reconnects a test is working!
@ericzang hi, since this ticket has been solved, can you also close it?
I have just found AbletonOSC, looks great, thank you! Is it reasonably possible for me to configure AbletonOSC to send out to port 8000 (instead of 11001) so that lemur (which is set to only receive on 8000) can receive the osc messages? Or perhaps there is another approach? Thanks!