update default midi map

This commit is contained in:
langolierz
2020-03-01 17:56:55 +00:00
parent fe3c853f5b
commit 2b62f763df
2 changed files with 51 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ class OscInput(object):
# this is for accepting any old osc message to allow binding of modulation to osc messages
# TODO: make configurable?
this_dispatcher.map("/*", self.on_param_osc_input)
#this_dispatcher.map("/*", self.on_param_osc_input)
osc_server.ThreadingOSCUDPServer.allow_reuse_address = True
server = osc_server.ThreadingOSCUDPServer((server_args.ip, server_args.port), this_dispatcher)