pub fn graph_connect( graph: &mut ove_audio_graph, from: u32, to: u32, ) -> Result<()>
Connect two nodes. from feeds into to.
from
to
Returns an error on invalid indices or type violations.