Guitarix
|
#include <gx_internal_plugins.h>
Public Types | |
typedef std::vector< plugdesc * > | pluginarray |
Public Member Functions | |
LadspaLoader (const gx_system::CmdlineOptions &options, ParamMap ¶m) | |
~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) |
ParamMap & | get_parameter_map () const |
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 731 of file gx_internal_plugins.h.
typedef std::vector<plugdesc*> gx_engine::LadspaLoader::pluginarray |
Definition at line 733 of file gx_internal_plugins.h.
gx_engine::LadspaLoader::LadspaLoader | ( | const gx_system::CmdlineOptions & | options, |
ParamMap & | param | ||
) |
Definition at line 1364 of file ladspaplugin.cpp.
gx_engine::LadspaLoader::~LadspaLoader | ( | ) |
Definition at line 1379 of file ladspaplugin.cpp.
|
inline |
Definition at line 754 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
void gx_engine::LadspaLoader::change_plugins | ( | pluginarray & | new_plugins | ) |
Definition at line 1400 of file ladspaplugin.cpp.
Definition at line 1356 of file ladspaplugin.cpp.
|
inline |
Definition at line 752 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::GxEngine(), and gx_engine::GxEngine::ladspaloader_update_plugins().
|
inline |
Definition at line 755 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
LadspaLoader::pluginarray::iterator gx_engine::LadspaLoader::find | ( | plugdesc * | desc | ) |
Definition at line 1414 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
inlinestatic |
Definition at line 762 of file gx_internal_plugins.h.
|
inlinestatic |
Definition at line 760 of file gx_internal_plugins.h.
|
inline |
Definition at line 764 of file gx_internal_plugins.h.
bool gx_engine::LadspaLoader::load | ( | pluginarray & | p | ) |
Definition at line 1390 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
void gx_engine::LadspaLoader::set_plugins | ( | pluginarray & | new_plugins | ) |
Definition at line 1407 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
inline |
Definition at line 751 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::GxEngine().
Definition at line 1429 of file ladspaplugin.cpp.
Referenced by gx_engine::GxEngine::ladspaloader_update_plugins().
|
friend |
Definition at line 765 of file gx_internal_plugins.h.