int32.positive 24ppq
int32 4th
int32 16th
int32 8thT
int32 24ppqrem
int32 length
int32 cue
uint32_t i = inlet_24ppq + param_cue;
uint32_t pos_tot = i - param_length * 24 * (i / (24 * param_length));
outlet_24ppqrem = pos_tot;
outlet_4th = pos_tot / 24;
outlet_16th = pos_tot / 6;
outlet_8thT = pos_tot / 8;