AudioGraphNode.getGraph() method
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). config.nodes are the wire ops in index order (sources occupy indices 0..N−1), appliedParams the most recent setParams per node.
Signature:
getGraph(): Promise<AudioGraphState>;
Returns:
Promise<AudioGraphState>