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 202 of file ladspaback.h.
ladspa::LadspaPluginList::LadspaPluginList | ( | ) |
Definition at line 1264 of file ladspaback.cpp.
ladspa::LadspaPluginList::~LadspaPluginList | ( | ) |
Definition at line 1825 of file ladspaback.cpp.
void ladspa::LadspaPluginList::load | ( | gx_system::CmdlineOptions & | options, |
std::vector< std::string > & | old_not_found | ||
) |
Definition at line 1624 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::load_ladspalist().
void ladspa::LadspaPluginList::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 1809 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::load_ladspalist().
void ladspa::LadspaPluginList::save | ( | gx_system::CmdlineOptions & | options | ) |
Definition at line 1754 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::save_ladspalist().
void ladspa::LadspaPluginList::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 1817 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::save_ladspalist().
LV2Preset ladspa::LadspaPluginList::pdata |
Definition at line 233 of file ladspaback.h.
Referenced by LadspaPluginList().