Derive Macro nih_plug_derive::Params
source · #[derive(Params)]
{
// Attributes available to this derive:
#[id]
#[persist]
#[nested]
}
Expand description
Derive the Params
trait for your plugin’s parameters struct. See the Plugin
trait.