Guitarix
|
#include <gx_internal_plugins.h>
Public Types | |
typedef std::vector< plugdesc * > | pluginarray |
Public Member Functions | |
LadspaLoader (const gx_system::CmdlineOptions &options) | |
~LadspaLoader () | |
bool | load (pluginarray &p) |
unsigned int | size () |
PluginDef * | create (unsigned int idx) |
PluginDef * | create (const plugdesc *p) |
pluginarray::iterator | begin () |
pluginarray::iterator | end () |
pluginarray::iterator | find (plugdesc *desc) |
void | set_plugins (pluginarray &new_plugins) |
void | change_plugins (pluginarray &new_plugins) |
void | update_instance (PluginDef *pdef, plugdesc *pdesc) |
Static Public Member Functions | |
static std::string | get_ladspa_filename (unsigned long uid) |
static std::string | get_ladspa_filename (std::string uid_key) |
Friends | |
class | Lv2Dsp |
Definition at line 593 of file gx_internal_plugins.h.
typedef std::vector<plugdesc*> gx_engine::LadspaLoader::pluginarray |
Definition at line 595 of file gx_internal_plugins.h.
gx_engine::LadspaLoader::LadspaLoader | ( | const gx_system::CmdlineOptions & | options | ) |
Definition at line 1111 of file ladspaplugin.cpp.
gx_engine::LadspaLoader::~LadspaLoader | ( | ) |
Definition at line 1125 of file ladspaplugin.cpp.
|
inline |
Definition at line 615 of file gx_internal_plugins.h.
Referenced by find(), and gx_engine::GxEngine::ladspaloader_update_plugins().
void gx_engine::LadspaLoader::change_plugins | ( | pluginarray & | new_plugins | ) |
Definition at line 1146 of file ladspaplugin.cpp.
|
inline |
Definition at line 613 of file gx_internal_plugins.h.
Referenced by create(), gx_engine::GxEngine::GxEngine(), and gx_engine::GxEngine::ladspaloader_update_plugins().
Definition at line 1103 of file ladspaplugin.cpp.
|
inline |
Definition at line 616 of file gx_internal_plugins.h.
Referenced by find(), and gx_engine::GxEngine::ladspaloader_update_plugins().
LadspaLoader::pluginarray::iterator gx_engine::LadspaLoader::find | ( | plugdesc * | desc | ) |
Definition at line 1160 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
inlinestatic |
Definition at line 621 of file gx_internal_plugins.h.
Referenced by ladspa::LadspaPluginList::load(), ladspa::LadspaPluginList::save(), and gx_engine::paradesc::set_valuelist().
|
inlinestatic |
Definition at line 623 of file gx_internal_plugins.h.
bool gx_engine::LadspaLoader::load | ( | pluginarray & | p | ) |
Definition at line 1136 of file ladspaplugin.cpp.
Referenced by LadspaLoader(), and gx_engine::GxEngine::ladspaloader_update_plugins().
void gx_engine::LadspaLoader::set_plugins | ( | pluginarray & | new_plugins | ) |
Definition at line 1153 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
inline |
Definition at line 612 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::GxEngine().
Definition at line 1175 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
friend |
Definition at line 625 of file gx_internal_plugins.h.