bool32.rising trigger
int32.positive offset
None
frac32.s.map v
objref table
spinner offset
int ntrig;
int ntrig = 0;
if ((inlet_trig > 0) && !ntrig) {
ntrig = 1;
attr_table.array[inlet_offset + attr_offset] =
__SSAT(param_v, 28) >> attr_table.GAIN;
}
if (!(inlet_trig > 0))
ntrig = 0;