sw 1-2b

switch Connects inlet_i1 to outlet o0 when s is false, inlet inlet_i1 to outlet o1 when s is true.
Author: Philoop
License: BSD
Github: phi/switch/sw 1 2b.axo

Inlets

bool32 input 1

Outlets

bool32 output 1

bool32 output2

Parameters

bool32.tgl switch

Control Rate
outlet_o1 = (param_s) ? inlet_i1 : 0;
outlet_o2 = (param_s) ? 0 : inlet_i1;

Privacy

© 2024 Zrna Research