int32 read sample data of the set slot
bool32.rising set
int32.positive mode
int32.positive playmode
objref smplr
bool set;
if (inlet_set && !set) {
set = 1;
attr_smplr.array[(inlet_slot << 2) + 2] = inlet_mode;
}
outlet_playmode = attr_smplr.array[(inlet_slot << 2) + 2];
if (!inlet_set)
set = 0;