mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
update default midi map
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user