bool32.rising trigger write
frac32 value to write to a table
int32 writes to a table at position i + offset
frac32 out0 + i
objref table
int ntrig;
ntrig = 0;
if ((inlet_trig > 0) && !ntrig) {
ntrig = 1;
attr_table.array[inlet_i] = __SSAT(inlet_v, 28) >> attr_table.GAIN;
}
if (!(inlet_trig > 0))
ntrig = 0;
outlet_v = attr_table.array[__USAT((inlet_i), attr_table.LENGTHPOW)]
<< attr_table.GAIN;