pub struct FfLatterInputState {
    pub stereo_links: Vec<bool>,
    pub invert_phases: Vec<bool>,
    pub line_gains: Vec<i16>,
    pub line_levels: Vec<LatterInNominalLevel>,
    pub mic_powers: Vec<bool>,
    pub mic_insts: Vec<bool>,
}
Expand description

State of inputs.

Fields

stereo_links: Vec<bool>

Whether to link each pair of left and right ports.

invert_phases: Vec<bool>

Whether to inverse the phase of analog, spdif, and adat inputs.

line_gains: Vec<i16>

The gain of analog line input. The value is between 0 and 120 to represent 0.00 dB and 12.00 dB.

line_levels: Vec<LatterInNominalLevel>

The nominal level of analog line input.

mic_powers: Vec<bool>

Whether to enable powering for mic input.

mic_insts: Vec<bool>

Whether to use mic input for instrument.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.