diff --git a/src/Controlar.cpp b/src/Controlar.cpp index 17edfd76ea9d029c9ad57c23069189c20a060851..ccdb6e1874de2337c98a8b465c0da69c9b8e71fa 100755 --- a/src/Controlar.cpp +++ b/src/Controlar.cpp @@ -144,7 +144,7 @@ Controlar::Controlar(): Fl_Double_Window(800, 600, "ControllAR") { //initialize osc try { m_socket = new UdpListeningReceiveSocket( - IpEndpointName(IpEndpointName::ANY_ADDRESS, 8327), + IpEndpointName(IpEndpointName::ANY_ADDRESS, 8330), this); pthread_mutex_init(&m_zonesMutex, NULL); pthread_create(&m_oscThread, NULL, oscThreadFunction , this);