Derive Macro nih_plug_derive::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.
#[derive(Enum)]
{
// Attributes available to this derive:
#[name]
#[id]
}
Derive the Enum
trait for simple enum parameters. See EnumParam
for more information.