MAXBPITCH
if (ib->pitch > MAXBPITCH || ib->pitch < MINBPITCH ||
if (data->pitch > MAXBPITCH || data->pitch < MINBPITCH ||
if (is_number(arg, MAXBPITCH)) {