added comment

This commit is contained in:
Görkem Bozkurt 2020-11-22 13:15:17 +03:00
parent 56a6079599
commit cab0e3dc44

View File

@ -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"])