frac32buffer.bipolar input
bool32 hold
None
int8array128.vbar scope
int8_t t[128];
int index;
int i;
for (i = 0; i < 128; i++)
t[i] = 0;
index = 0;
int i;
for (i = 0; i < 16; i++)
t[index++] = (uint8_t)(inlet_in[i] >> 21);
if (index == 128) {
index = 0;
if (!inlet_hold) {
for (i = 0; i < 128; i++)
disp_scope[i] = t[i];
}
}