From cab0e3dc44728a04d2f5683e6728c77a53f76708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem=20Bozkurt?= Date: Sun, 22 Nov 2020 13:15:17 +0300 Subject: [PATCH] added comment --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 720079b..d5b63db 100644 --- a/test.py +++ b/test.py @@ -5,6 +5,7 @@ from numpy import savetxt from osc4py3.as_eventloop import * from osc4py3 import oscbuildparse +#osc initialize osc_startup() osc_udp_client("127.0.0.1", 57120, "local") note_C = oscbuildparse.OSCMessage("/note_C", None, ["text"])