Google

/*
 * Set an equalizer band value.
 *
 * Note that legal band indexes range from 0 to 9 instead of 1 to 10.
 * 
 * Example:
 *   remote.set_band 2, 0.5
 *
 */
static VALUE xr_eq_set_band(VALUE self, VALUE band, VALUE val) {