Method
HinawaSndMotuRegisterDspParameterget_input_gain_and_invert
deprecated: 2.5.
Declaration [src]
void
hinawa_snd_motu_register_dsp_parameter_get_input_gain_and_invert (
const HinawaSndMotuRegisterDspParameter* self,
const guint8** gain_and_invert
)
Description [src]
Get the array with elements for input gain and invert flags. The interpretation of data is different in below two groups:
- Ultralite
- 0x1f: the gain.
- 0x20: whether to invert phase of the input
- Audio Express and 4 pre
- 0x3f: the gain
- 0x40: whether to invert phase of the input.
Deprecated since: 2.5.
Use Hitaki.SndMotuRegisterDspParameter.get_input_gain_and_invert instead.