int32 read sample data of the set slot
int32.positive offset
int32.positive range
objref smplr
uint16_t t_slot;
uint32_t preo;
uint32_t prer;
t_slot = inlet_slot << 5;
if (!attr_smplr.REC) {
preo = attr_smplr.array[t_slot + 28];
prer = (attr_smplr.array[t_slot + 29] - attr_smplr.array[t_slot + 28]);
}
outlet_offset = preo;
outlet_range = prer;