Skip to main content

lv2_gain_descriptor

Function lv2_gain_descriptor 

Source
pub fn lv2_gain_descriptor() -> Result<PluginDescriptor>
Expand description

Builds the built-in gain plugin’s format-neutral PluginDescriptor.

Convenience over lv2_gain_lv2_descriptor followed by Lv2PluginDescriptor::to_plugin_descriptor.

§Errors

Returns an error when the LV2 description or its conversion fails.