int32.positive index (integer, not fraction)
frac32 step value if on
bool32 toggle step
bool32 state of step
objref table
int ntrig;
bool op;
int ntrig = 0;
if ((inlet_trig > 0) && !ntrig) {
ntrig = 1;
op = attr_table.array[inlet_a];
op = !op;
if (inlet_a < attr_table.LENGTH)
attr_table.array[inlet_a] = (op * (__SSAT(inlet_v, 28) >> attr_table.GAIN));
}
if (!(inlet_trig > 0)) {
ntrig = 0;
}
outlet_feedback = attr_table.array[inlet_a];