gatePart2

This module is made for use with the polycount module. Connect the count and max inputs to the count and max outputs of the polycount. The "length" controls till which count the gate will be high in respect to the length of the current stage. The "start" controls from which count the gate will be high in respect to the length of the current stage.
Author: Remco van der Most
License: BSD
Github: sss/math/gatePart2.axo

Inlets

int32 in1

int32 in2

Outlets

bool32 out

Parameters

frac32.u.map length

frac32.u.map start

Control Rate
outlet_out = (inlet_count < ___SMMUL(param_length << 3, inlet_max << 2)) &&
             (inlet_count > ___SMMUL(param_start << 3, inlet_max << 2));

Privacy

© 2024 Zrna Research