Method

HinawaSndMotuRegisterDspParameterget_mixer_source_paired_balance

deprecated: 2.5. 

Declaration [src]

void
hinawa_snd_motu_register_dsp_parameter_get_mixer_source_paired_balance (
  const HinawaSndMotuRegisterDspParameter* self,
  gsize mixer,
  const guint8** balance
)

Description [src]

Get the array with elements for the data of paired source L/R balance in indicated mixer. The data has L/R balance value between 0x00 and 0x80.

Deprecated since: 2.5.

Use Hitaki.SndMotuRegisterDspParameter.get_mixer_source_paired_balance instead.

Parameters

mixer

Type: gsize

The numeric index of mixer, up to 4.

balance

Type: An array of guint8*

The array with elements for the data of paired source L/R balance.

The argument will be set by the function.
The array must have 20 elements.
The data is owned by the caller of the function.