AudioGraphNode class
Signature:
export declare class AudioGraphNode<Pins extends string = "audio"> extends AutoProcessorMediaNode<Pins>
Extends: AutoProcessorMediaNode<Pins>
Methods
| Method | Modifiers | Description |
|---|---|---|
The graph’s shape + last-applied runtime params, as the server holds them — the discovery surface for a UI that didn’t build the graph itself (a reconnecting or second client). |
||
Apply a runtime parameter update to a node in the graph, addressed by the handle returned when it was built (hoist it out of the |