pub fn export_gain_as_lv2(gain: f32) -> Result<Lv2ExportedProcessor<Gain>>Expand description
Exports the built-in gain processor as an LV2-shaped plugin instance.
gain is the linear gain multiplier; the instance carries the standard
lv2_gain_descriptor metadata.