pub fn export_gain_as_clap(gain: f32) -> Result<ClapExportedProcessor<Gain>>Expand description
Exports a Gain DSP node as a CLAP gain plugin at the given gain value.
Uses clap_gain_descriptor for the descriptor and fails closed if that
descriptor cannot be built.