jit.proxy
Description
jit.proxy proxies named Jitter objects. When an object is proxied, jit.proxy will forward any messages it receives to that object and output messages that return values such as the attribute 'get' messages.
Examples

Arguments
None.
Attributes
name [symbol]
The name of the object to be proxied.
Common Box Attributes
Messages
bang
Sends bang on to the proxied object
int
Sends int on to the proxied object
float
Sends float on to the proxied object
list
Sends a list on to the proxied object
anything
Sends any message on to the proxied object. Attribute 'get' messages (e.g. getcolor, etc.) will return values out the left-most outlet.