From b462a025f9f3468e229ef1cc78eb0551ce933a73 Mon Sep 17 00:00:00 2001 From: BERTHAUT Florent <florent.berthaut@univ-lille1.fr> Date: Sat, 19 Jan 2019 19:03:06 +0100 Subject: [PATCH] Changed time between updates --- src/Controlar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controlar.cpp b/src/Controlar.cpp index 17edfd7..ccdb6e1 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); -- GitLab