MCPcopy Create free account
hub / github.com/RustAudio/dsp-chain / remove_node

Method remove_node

src/graph.rs:273–281  ·  view source on GitHub ↗

Remove a node from the dsp graph. Resets the master to None if the index matches the current master index. Note:** This method may shift (and in turn invalidate) previously returned node indices! Graph** will re-prepare its visit order if some node was removed.

(&mut self, idx: NodeIndex)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

clear_disconnectedMethod · 0.80

Calls 1

prepare_visit_orderMethod · 0.80

Tested by

no test coverage detected