OSCMessageDispatcher dispatches incoming OSC messages to matching functions, using pattern matching to see if regular expressions wildcards in the incoming message's address pattern match one of this dispatcher's OSCFuncs' paths. Normally users should not have to create or message instances of this class directly. For details on OSC pattern matching, see http://opensoundcontrol.org/spec-1_0
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. |