Zrythm
a highly automated and intuitive digital audio workstation
|
Used temporarily to transfer data. More...
#include <plugins/lv2_plugin.h>
Data Fields | |
LV2_URID | urid |
URI URID. | |
LV2_URID | value_type_urid |
Value type URID (forge.Bool, forge.Int, etc.). | |
bool | readable |
bool | writable |
char | symbol [LV2_PARAM_MAX_STR_LEN] |
char | label [LV2_PARAM_MAX_STR_LEN] |
char | comment [LV2_PARAM_MAX_STR_LEN] |
bool | has_range |
Whether the ranges below are valid. | |
float | minf |
Value range. | |
float | maxf |
float | deff |
Used temporarily to transfer data.
Definition at line 102 of file lv2_plugin.h.
char Lv2Parameter::comment[LV2_PARAM_MAX_STR_LEN] |
Definition at line 114 of file lv2_plugin.h.
float Lv2Parameter::deff |
Definition at line 122 of file lv2_plugin.h.
bool Lv2Parameter::has_range |
Whether the ranges below are valid.
Definition at line 117 of file lv2_plugin.h.
char Lv2Parameter::label[LV2_PARAM_MAX_STR_LEN] |
Definition at line 113 of file lv2_plugin.h.
float Lv2Parameter::maxf |
Definition at line 121 of file lv2_plugin.h.
float Lv2Parameter::minf |
Value range.
Definition at line 120 of file lv2_plugin.h.
bool Lv2Parameter::readable |
Definition at line 110 of file lv2_plugin.h.
char Lv2Parameter::symbol[LV2_PARAM_MAX_STR_LEN] |
Definition at line 112 of file lv2_plugin.h.
LV2_URID Lv2Parameter::urid |
URI URID.
Definition at line 105 of file lv2_plugin.h.
LV2_URID Lv2Parameter::value_type_urid |
Value type URID (forge.Bool, forge.Int, etc.).
Definition at line 109 of file lv2_plugin.h.
bool Lv2Parameter::writable |
Definition at line 111 of file lv2_plugin.h.