// gain control variable
int gain = INITIALGAIN; // 5
// declare and initalize a IO buffer //声明并初始化一个IO缓冲器
BufferContents currentBuffer;
// Define some functions
static void processing(); // process the input and generate output
static void dataIO(); // dummy function to be used with ProbePoint