Derive Macro nih_plug::params::enums::Enum

source ·
#[derive(Enum)]
{
    // Attributes available to this derive:
    #[name]
    #[id]
}
Expand description

Derive the Enum trait for simple enum parameters. See EnumParam for more information.