Method

HitakiSndMotuRegisterDspParameterget_mixer_source_pan

Declaration [src]

void
hitaki_snd_motu_register_dsp_parameter_get_mixer_source_pan (
  const HitakiSndMotuRegisterDspParameter* self,
  gsize mixer,
  const guint8** pan
)

Description [src]

Get the array with elements for the data of source pans in indicated mixer. The data has pan value between 0x00 and 0x80.

Parameters

mixer gsize
 

The numeric index of mixer, up to 4.

pan An array of guint8*
 

The array with elements for the data of source pan.

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