seq2

Function seq2 

Source
pub fn seq2(
    props: Value,
    trigger: impl Into<ElemNode>,
    reset: impl Into<ElemNode>,
) -> Node
Expand description

Discrete sequence node with the seq2 variant semantics. props should carry seq data and optional loop metadata. Expects 2 children: trigger and reset.