Struct

HitakiSndMotuRegisterDspParameter

Description [src]

struct HitakiSndMotuRegisterDspParameter {
  /* No available fields */
}

A boxed object for parameters in MOTU register DSP model. A HitakiSndMotuRegisterDspParameter is a boxed object for container of parameter in register DSP model of Mark of the Unicorn (MOTU) FireWire series.

Constructors

hitaki_snd_motu_register_dsp_parameter_new

Instantiate HitakiSndMotuRegisterDspParameter object and return the instance.

Instance methods

hitaki_snd_motu_register_dsp_parameter_get_headphone_output_paired_assignment

Get the array with elements for the data of paired headphone output source. The data has index value of source.

hitaki_snd_motu_register_dsp_parameter_get_headphone_output_paired_volume

Get the array with elements for the data of paired headphone output volume. The data has volume value between 0x00 and 0x80.

hitaki_snd_motu_register_dsp_parameter_get_input_flag

Get the array with elements for the data of input flags. The data consists of bit flags below:

hitaki_snd_motu_register_dsp_parameter_get_input_gain_and_invert

Get the array with elements for input gain and invert flags. The interpretation of data is different in below two groups:

hitaki_snd_motu_register_dsp_parameter_get_line_input_boost_flag

Get the data for flags of line input boost. The data consists of bit flags for corresponding line input channel. When the flag stands, the input is boosted.

hitaki_snd_motu_register_dsp_parameter_get_line_input_nominal_level_flag

Get the data for flags of line input nominal level. The data consists of bit flags for corresponding line input channel. When the flag stands, the nominal level of input is +4 dBu, else -10 dBV.

hitaki_snd_motu_register_dsp_parameter_get_main_output_paired_volume

Get the array with elements for the data of paired main output volume. The data has volume value between 0x00 and 0x80.

hitaki_snd_motu_register_dsp_parameter_get_mixer_output_paired_flag

Get the array with elements for the data of paired output flags in indicated mixer. The data consists of bit flags and masks below:

hitaki_snd_motu_register_dsp_parameter_get_mixer_output_paired_volume

Get the array with elements for the data of paired output volume in indicated mixer. The data has gain value between 0x00 and 0x80.

hitaki_snd_motu_register_dsp_parameter_get_mixer_source_flag

Get the array with elements for the data of source flags in indicated mixer. The data consists of bit flags below:

hitaki_snd_motu_register_dsp_parameter_get_mixer_source_gain

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

hitaki_snd_motu_register_dsp_parameter_get_mixer_source_paired_balance

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.

hitaki_snd_motu_register_dsp_parameter_get_mixer_source_paired_width

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

hitaki_snd_motu_register_dsp_parameter_get_mixer_source_pan

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