Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send and receive ports switched? #15

Open
Oeyvind opened this issue Nov 29, 2017 · 2 comments
Open

send and receive ports switched? #15

Oeyvind opened this issue Nov 29, 2017 · 2 comments

Comments

@Oeyvind
Copy link

Oeyvind commented Nov 29, 2017

It might seem like the network ports for sending and recieveing have been switched. The readme says 'LiveOSC binds to localhost by default receiving OSC on 9000 and sending on 9001', but in LO2OSC.py I find
def init(self, remotehost = '127.0.0.1', remoteport=9000, localhost='127.0.0.1', localport=9001):

I've used LiveOSC earlier,
(from http://livecontrol.q3f.org/ableton-liveapi/liveosc/)
and then it was working like the description says in the readme (sending on 9001).
Now it seems to be sending on 9000, and receiving on 9001

@standerksen
Copy link

Can confirm. Windows' resource monitor is showing that port 9001 is being listened on by Ableton when LiveOSC2 is selected as Control Surface.

@Oeyvind
Copy link
Author

Oeyvind commented Mar 1, 2018

Good. Will it be changed back, so that it is compatible with previous versions? I make instructions for software that relies on this, helping users to set it up correctly. The port confusion makes the setup procedure cumbersome for new users, and if they have the old lib and update then it will stop working without them knowing why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants