Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
void | readJSON (gx_system::JsonParser &jp) |
void | writeJSON (gx_system::JsonWriter &jw) |
Public Attributes | |
std::string | path |
unsigned int | index |
unsigned long | UniqueID |
Glib::ustring | Label |
Glib::ustring | shortname |
Glib::ustring | category |
int | quirks |
int | add_wet_dry |
int | stereo_to_mono |
int | master_idx |
Glib::ustring | master_label |
std::vector< paradesc * > | names |
std::string | id_str |
Friends | |
class | LadspaLoader |
Definition at line 707 of file gx_internal_plugins.h.
void gx_engine::plugdesc::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 236 of file ladspaplugin.cpp.
void gx_engine::plugdesc::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 267 of file ladspaplugin.cpp.
|
friend |
Definition at line 725 of file gx_internal_plugins.h.
int gx_engine::plugdesc::add_wet_dry |
Definition at line 716 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
Glib::ustring gx_engine::plugdesc::category |
Definition at line 714 of file gx_internal_plugins.h.
Referenced by readJSON(), gx_engine::LadspaDsp::set_plugdesc(), and writeJSON().
std::string gx_engine::plugdesc::id_str |
Definition at line 721 of file gx_internal_plugins.h.
Referenced by readJSON(), gx_engine::LadspaDsp::set_plugdesc(), and writeJSON().
unsigned int gx_engine::plugdesc::index |
Definition at line 710 of file gx_internal_plugins.h.
Referenced by gx_engine::LadspaDsp::create(), readJSON(), and writeJSON().
Glib::ustring gx_engine::plugdesc::Label |
Definition at line 712 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
int gx_engine::plugdesc::master_idx |
Definition at line 718 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
Glib::ustring gx_engine::plugdesc::master_label |
Definition at line 719 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
std::vector<paradesc*> gx_engine::plugdesc::names |
Definition at line 720 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
std::string gx_engine::plugdesc::path |
Definition at line 709 of file gx_internal_plugins.h.
Referenced by gx_engine::LadspaDsp::create(), readJSON(), and writeJSON().
int gx_engine::plugdesc::quirks |
Definition at line 715 of file gx_internal_plugins.h.
Referenced by gx_engine::LadspaLoader::create(), readJSON(), and writeJSON().
Glib::ustring gx_engine::plugdesc::shortname |
Definition at line 713 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
int gx_engine::plugdesc::stereo_to_mono |
Definition at line 717 of file gx_internal_plugins.h.
Referenced by gx_engine::LadspaDsp::create(), readJSON(), and writeJSON().
unsigned long gx_engine::plugdesc::UniqueID |
Definition at line 711 of file gx_internal_plugins.h.
Referenced by gx_engine::LadspaDsp::create(), readJSON(), and writeJSON().