int32 sets an offset for writing to the table
bool32.risingfalling write
frac32 v0
None
int32 offset
bool32.tgl write
objref table
int offset;
offset = (inlet_offset + param_offset);
if (param_write || inlet_write) {
attr_table.array[offset] = __SSAT(inlet_v0, 28) >> attr_table.GAIN;
}