|
Guitarix
|
#include <ladspaback.h>
Public Attributes | |
| std::string | sname |
| std::vector< PortDesc * > | ctrl_ports |
| LilvPlugin * | plugin |
| unsigned int | num_ports |
| std::string | cline |
| bool | has_preset |
Definition at line 191 of file ladspaback.h.
| std::string ladspa::LV2Preset::cline |
Definition at line 196 of file ladspaback.h.
| std::vector<PortDesc*> ladspa::LV2Preset::ctrl_ports |
Definition at line 193 of file ladspaback.h.
| bool ladspa::LV2Preset::has_preset |
Definition at line 197 of file ladspaback.h.
| unsigned int ladspa::LV2Preset::num_ports |
Definition at line 195 of file ladspaback.h.
| LilvPlugin* ladspa::LV2Preset::plugin |
Definition at line 194 of file ladspaback.h.
| std::string ladspa::LV2Preset::sname |
Definition at line 192 of file ladspaback.h.