1 CLASS:: OSCFuncAddrMessageMatcher
2 summary:: Matches incoming messages to responder funcs based on sender address
3 categories:: External Control>OSC>Matchers
4 related:: Classes/AbstractMessageMatcher, Classes/OSCFuncRecvPortMessageMatcher, Classes/OSCFuncBothMessageMatcher
7 This is used by link::Classes/OSCMessageDispatcher:: and link::Classes/OSCMessagePatternDispatcher:: to match incoming OSC messages to instances of link::Classes/OSCFunc:: or link::Classes/OSCdef:: using sender address. This class is private, and generally users should not need to address instances directly.
16 The link::Classes/NetAddr:: to attempt to match.
19 The link::Classes/Function:: to evaluate if a match is found.
21 returns:: An OSCFuncAddrMessageMatcher.
28 Check to see if a message matches, and evaulate func if it does.
31 The OSC message as an link::Classes/Array:: in the form code::[OSCAddress, other args]::.
34 A link::Classes/Float:: indicating the time the incoming message was sent.
37 A link::Classes/NetAddr:: indicating the source of the message.
40 An link::Classes/Integer:: indicating the port on which the message was received.