From 55c874f08f453c1ea3742f9b874d7da89940f961 Mon Sep 17 00:00:00 2001 From: Gorkem Date: Sun, 22 Nov 2020 13:29:51 +0300 Subject: [PATCH] added comment --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index d5b63db..b26d57a 100644 --- a/test.py +++ b/test.py @@ -5,7 +5,8 @@ from numpy import savetxt from osc4py3.as_eventloop import * from osc4py3 import oscbuildparse -#osc initialize +#osc +#github test osc_startup() osc_udp_client("127.0.0.1", 57120, "local") note_C = oscbuildparse.OSCMessage("/note_C", None, ["text"])