range

outputs TRUE when the input is in between 'high' and 'low' (>= AND <=)
Author: robert schirmer
License: who cares
Github: rbrt/control/range.axo

Inlets

frac32 in

Outlets

bool32 out

Parameters

frac32.s.map high

frac32.s.map low

Control Rate
outlet_out = ((inlet_in >= param_low) && (inlet_in <= param_high));

Privacy

© 2024 Zrna Research