pub fn export_processor_as_clap<P: Processor>(
descriptor: PluginDescriptor,
processor: P,
) -> ClapExportedProcessor<P>Expand description
Exports any SIM Processor as a ClapExportedProcessor.
Builds an identity ClapParamMap over the descriptor’s parameter ids, so
each CLAP parameter id maps to the matching SIM parameter id.