replace bool

if 'in' is true , 'out' will be replaced with 'high'.otherwise,'out' = 'low'
Author: robert schirmer
License: BSD
Github: rbrt/old/replace bool.axo

Inlets

bool32 in

int32 high

int32 low

Outlets

int32 out

Parameters

int32 high

int32 low

Control Rate
if (inlet_in)
  outlet_out = param_high + inlet_high;
else
  outlet_out = param_low + inlet_low;

Privacy

© 2024 Zrna Research