OSCMessageDispatcher dispatches incoming OSC messages to matching functions. Normally users should not have to create or message instances of this class directly.
Called internally to wrap functions in message matcher objects, if needed.
funcProxy |
An instance of OSCFunc or OSCdef whose function(s) are to be wrapped. |
Get the keys at which a responder func's functions are stored in this dispatcher's active dictionary. The keys will be an OSC path.
funcProxy |
Attempt to match an incoming OSC message with this dispatcher's responder funcs, and evaluate their functions for all matches found.
msg |
The OSC message as an Array in the form |
time |
A Float indicating the time the incoming message was sent. |
addr |
A NetAddr indicating the source of the message. |
recvPort |
An Integer indicating the port on which the message was received. |
Adds this dispatcher to thisProcess.recvOSCfunc.
Removes this dispatcher from thisProcess.recvOSCfunc.