Macro nih_plug::prelude::nih_export_clap
source · macro_rules! nih_export_clap { ($plugin_ty:ty) => { ... }; }
Expand description
Export a CLAP plugin from this library using the provided plugin type.
macro_rules! nih_export_clap { ($plugin_ty:ty) => { ... }; }
Export a CLAP plugin from this library using the provided plugin type.