Struct surgefx_conditioner::ConditionerProcessCfg[][src]

pub struct ConditionerProcessCfg {
    pub attack_rate_f: f32,
    pub release_rate_f: f32,
    pub threshold_f: f32,
    pub balance_f: f32,
    pub width_f: f32,
    pub gain_f: f32,
    pub am: f32,
    pub rm: f32,
    pub attack: f32,
    pub release: f32,
    pub a: f32,
    pub pregain: f32,
}

Fields

attack_rate_f: f32release_rate_f: f32threshold_f: f32balance_f: f32width_f: f32gain_f: f32am: f32rm: f32attack: f32release: f32a: f32pregain: f32

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.