graph_connect

Function graph_connect 

Source
pub fn graph_connect(
    graph: &mut ove_audio_graph,
    from: u32,
    to: u32,
) -> Result<()>
Expand description

Connect two nodes. from feeds into to.

ยงErrors

Returns an error on invalid indices or type violations.