We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a2470 commit 751bba7Copy full SHA for 751bba7
oscClient.py
@@ -1,6 +1,6 @@
1
from pythonosc import udp_client
2
3
-out_ip, out_port = "127.0.0.1",9998
+out_ip, out_port = "192.168.43.247",9998
4
client = udp_client.SimpleUDPClient(out_ip,out_port)
5
6
def send_osc(pattern,value):
0 commit comments