DspResetCallback

Type Alias DspResetCallback 

Source
pub type DspResetCallback = Option<fn(dsp_state: &DspState) -> Status>;
Expand description

notify the user that the DSP has been reset

Aliased Type§

pub enum DspResetCallback {
    None,
    Some(fn(&DspState) -> Status),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(&DspState) -> Status)

Some value of type T.