vuo.data
Example compositions:
- Show Mouse Position: Displays the current mouse position as numerical coordinates.
- Store Mouse Position: Draws two dots that follow the mouse pointer. One dot stays with it constantly (purple), and the other only updates once per second (violet).
Nodes:
- Hold Value (vuo.data.hold): When its refresh port receives an event, this node outputs its stored value.
- Hold List (vuo.data.hold.list): When its refresh port receives an event, this node outputs its stored list.
- Share Value (vuo.data.share): Outputs the input value.
- Share List (vuo.data.share.list): Outputs the input list.
- Summarize Value (vuo.data.summarize): Outputs a short text description of a value.