capture

Function capture 

Source
pub fn capture(
    props: Value,
    a: impl Into<ElemNode>,
    b: impl Into<ElemNode>,
) -> Node
Expand description

Capture node. props should carry capture metadata. Expects 2 children: the capture gate and the input signal.