ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
424 stars 70 forks source link

sending out to port 8000 possible (for lemur)? (solved) #132

Closed ericzang closed 1 month ago

ericzang commented 5 months ago

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!

ericzang commented 5 months 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)):

ericzang commented 5 months ago

somehow after a reboot and/or network reconnects a test is working!

esaruoho commented 2 months ago

@ericzang hi, since this ticket has been solved, can you also close it?