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 200 of file ladspaback.h.
ladspa::LadspaPluginList::LadspaPluginList | ( | ) |
Definition at line 1245 of file ladspaback.cpp.
ladspa::LadspaPluginList::~LadspaPluginList | ( | ) |
Definition at line 1806 of file ladspaback.cpp.
void ladspa::LadspaPluginList::load | ( | gx_system::CmdlineOptions & | options, |
std::vector< std::string > & | old_not_found | ||
) |
Definition at line 1605 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::load_ladspalist().
void ladspa::LadspaPluginList::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 1790 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::load_ladspalist().
void ladspa::LadspaPluginList::save | ( | gx_system::CmdlineOptions & | options | ) |
Definition at line 1735 of file ladspaback.cpp.
Referenced by gx_engine::GxMachine::save_ladspalist().
void ladspa::LadspaPluginList::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 1798 of file ladspaback.cpp.
Referenced by gx_engine::GxMachineRemote::save_ladspalist().
LV2Preset ladspa::LadspaPluginList::pdata |
Definition at line 231 of file ladspaback.h.
Referenced by LadspaPluginList().