var
The var object in Pure Data functions as a multi-variable storage and recall mechanism, similar to value but capable of handling multiple named variables, often as lists. It receives values sent to named variables via send messages from objects like float, int, or value itself, and can also interact with expr for setting or retrieving values. Unlike some other variable objects, var does not have a send message for outputting values.
AI Generated
This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.