This is used by OSCMessageDispatcher and OSCMessagePatternDispatcher to match incoming OSC messages to instances of OSCFunc or OSCdef using sender address. This class is private, and generally users should not need to address instances directly.
Make a new instance.
addr |
The NetAddr to attempt to match. |
func |
The Function to evaluate if a match is found. |
An OSCFuncAddrMessageMatcher.
Check to see if a message matches, and evaluate func if it does.
msg |
The OSC message as an Array in the form |
time |
A Float indicating the time the incoming message was sent. |
testAddr |
A NetAddr indicating the source of the message. |
recvPort |
An Integer indicating the port on which the message was received. |