MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / add_node

Method add_node

crates/firewheel-graph/src/context.rs:936–942  ·  view source on GitHub ↗

Add a node to the audio graph.

(
        &mut self,
        node: T,
        config: Option<T::Configuration>,
    )

Source from the content-addressed store, hash-verified

934 }
935
936 /// The ID of the graph output node
937 pub fn graph_out_node_id(&self) -> NodeID {
938 self.graph.graph_out_node()
939 }
940
941 /// Add a node to the audio graph.
942 pub fn add_node<T: AudioNode + 'static>(
943 &mut self,
944 node: T,
945 config: Option<T::Configuration>,

Callers 1

add_node_bypassedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected