User Guide
Manuals
Brands
FlowBotics Manuals
Lynxmotion
FlowBotics Studio (CD)
201
202
203
204
205
206
207
208
209
210
DLL
Component
pData[i] = (mix)*pBuffer[ctr] + curr;
pBuffer[ctr] = pBuffer[ctr]*feed + curr;
ctr++;
if( ctr >= delay ) ctr = 0;
}
GETINT(pOut,4) = ctr;
}
}
}
}
195 of 212
1
...
...
203
204
205
206
207
...
...
222