Derive Macro nih_plug::prelude::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.