|
Guitarix
|
#include <ladspaback.h>


Public Member Functions | |
| LadspaPluginList () | |
| ~LadspaPluginList () | |
| void | readJSON (gx_system::JsonParser &jp) |
| void | writeJSON (gx_system::JsonWriter &jw) |
| void | load (gx_system::CmdlineOptions &options, std::vector< std::string > &old_not_found) |
| void | save (gx_system::CmdlineOptions &options) |
Public Attributes | |
| LV2Preset | pdata |
Definition at line 201 of file ladspaback.h.
| ladspa::LadspaPluginList::LadspaPluginList | ( | ) |
Definition at line 1268 of file ladspaback.cpp.
| ladspa::LadspaPluginList::~LadspaPluginList | ( | ) |
Definition at line 1837 of file ladspaback.cpp.
| void ladspa::LadspaPluginList::load | ( | gx_system::CmdlineOptions & | options, |
| std::vector< std::string > & | old_not_found | ||
| ) |
Definition at line 1636 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::load_ladspalist().
| void ladspa::LadspaPluginList::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 1821 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::load_ladspalist().
| void ladspa::LadspaPluginList::save | ( | gx_system::CmdlineOptions & | options | ) |
Definition at line 1766 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::save_ladspalist().
| void ladspa::LadspaPluginList::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 1829 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::save_ladspalist().
| LV2Preset ladspa::LadspaPluginList::pdata |
Definition at line 229 of file ladspaback.h.