Type Definition rfmod::callbacks::DspGetParamCallback
[−]
[src]
type DspGetParamCallback = Option<fn(dsp_state: &DspState, index: i32, value: &mut f32, value_str: &str) -> Status>;
DSP callback