ideoforms / AbletonOSC

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

TCP Socket support to allow connection from websocket #144

Closed jbflow closed 3 days ago

jbflow commented 3 days ago

Hey @ideoforms

Just looking around this project and it looks great, I think I may be able to contribute to it in some ways.

I was looking to get thoughts/opinions on enabling TCP socket support for comms to allow connection via a websocket so it can be used with web applications.

This is something I've done before and I have code to implement it. I have an open PR in another project that sets up a working TCP connection, but the mechanics look quite different so unsure how to apply it here. Will continue digging around in the code to see if I can work things out but thought I'd create this here to

jbflow commented 3 days ago

closing issue as from doing some research it seems you can't send OSC messages from a browser which I was unaware of - fairly new to OSC having mainly worked with MIDI.