pub fn sparseq(
props: Value,
trigger: impl Into<ElemNode>,
reset: impl Into<ElemNode>,
) -> NodeExpand description
Sample-accurate discrete sequence node.
props should carry sparse seq entries and optional loop metadata.
Expects 2 children: trigger and reset.