Set VNyan parameter via OSC
vnyan_osc_paramSet VNyan parameters by sending UDP OSC messages to localhost:28569. Supports float and string values without requiring plugins or graph nodes.
Instructions
Sends a UDP OSC message to 127.0.0.1:28569 to directly set a VNyan parameter (/VNyan/Param/Float or /VNyan/Param/String depending on the value type). Source: native port, no plugin required. Fire-and-forget, no graph node needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | VNyan parameter name to set | |
| value | Yes | The value to set - a number sends /VNyan/Param/Float, a string sends /VNyan/Param/String. The address is chosen by this value's JS type, not by anything else in the call. |