Google

/*
 * Set the balance level.
 *
 * Note: as of XMMS 1.2.6 xmms_remote_set_balance() does not appear to
 * work correctly when XMMS is paused or stopped, so this function doesn't
 * either.
 * 
 * Example:
 *   remote.balance = 23
 *
 */
static VALUE xr_set_balance(VALUE self, VALUE bal) {