stufisher / LiveOSC2

New version of LiveOSC for Live 9
99 stars 31 forks source link

send and receive ports switched? #15

Open Oeyvind opened 6 years ago

Oeyvind commented 6 years ago

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 commented 6 years ago

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

Oeyvind commented 6 years ago

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.