sel add

if 'inlet add' is high,'add' will be added to the input. otherwise,the input is passed through
Author: Robert Schirmer
License: BSD
Github: rbrt/control/sel add.axo

Inlets

int32 in

bool32 add

Outlets

int32 out

Attributes

spinner add

Control Rate
if (inlet_add)
  outlet_out = inlet_in + attr_add;
else
  outlet_out = inlet_in;

Privacy

© 2024 Zrna Research