SYNTH_BUF_SIZE
static u16 synth_buffer[SYNTH_BUF_SIZE]; /* guess what this is for! */
static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
chars_free = SYNTH_BUF_SIZE - (buff_in - buff_out);