Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Lv2Parameter Struct Reference

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
 

Detailed Description

Used temporarily to transfer data.

Definition at line 102 of file lv2_plugin.h.

Field Documentation

◆ comment

char Lv2Parameter::comment[LV2_PARAM_MAX_STR_LEN]

Definition at line 114 of file lv2_plugin.h.

◆ deff

float Lv2Parameter::deff

Definition at line 122 of file lv2_plugin.h.

◆ has_range

bool Lv2Parameter::has_range

Whether the ranges below are valid.

Definition at line 117 of file lv2_plugin.h.

◆ label

char Lv2Parameter::label[LV2_PARAM_MAX_STR_LEN]

Definition at line 113 of file lv2_plugin.h.

◆ maxf

float Lv2Parameter::maxf

Definition at line 121 of file lv2_plugin.h.

◆ minf

float Lv2Parameter::minf

Value range.

Definition at line 120 of file lv2_plugin.h.

◆ readable

bool Lv2Parameter::readable

Definition at line 110 of file lv2_plugin.h.

◆ symbol

char Lv2Parameter::symbol[LV2_PARAM_MAX_STR_LEN]

Definition at line 112 of file lv2_plugin.h.

◆ urid

LV2_URID Lv2Parameter::urid

URI URID.

Definition at line 105 of file lv2_plugin.h.

◆ value_type_urid

LV2_URID Lv2Parameter::value_type_urid

Value type URID (forge.Bool, forge.Int, etc.).

Definition at line 109 of file lv2_plugin.h.

◆ writable

bool Lv2Parameter::writable

Definition at line 111 of file lv2_plugin.h.


The documentation for this struct was generated from the following file: