/* * Get an equalizer band value. * * Note that legal band indexes range from 0 to 9 instead of 1 to 10. * * Examples: * band = remote.get_band 2 * band = remote.band 8 * */ static VALUE xr_eq_band(VALUE self, VALUE band) {