Guitarix
|
Classes | |
class | CellRendererComboDerived |
class | ChangeableValues |
class | EnumListStore |
class | LadspaPluginList |
struct | LV2Preset |
class | MasterIdxListStore |
class | PluginDesc |
class | PluginDisplay |
class | PluginListStore |
class | PortDesc |
class | PortListStore |
Enumerations | |
enum | DisplayType { tp_scale, tp_scale_log, tp_toggle, tp_enum, tp_display, tp_display_toggle, tp_none, tp_int } |
enum | step_mode { stp_coarse, stp_normal, stp_fine } |
Functions | |
bool | operator!= (const ChangeableValues &v1, const ChangeableValues &v2) |
bool | cmp_ctrl_ports (const PortDesc *a, const PortDesc *b) |
Variables | |
const char * | step_type_names [] = { "coarse", "normal", "fine" } |
const char * | display_type_names [] = { "Scale", "Log. Scale", "Toggle", "Enum", "Display", "Led", "Hide", "Int" } |
enum ladspa::DisplayType |
Enumerator | |
---|---|
tp_scale | |
tp_scale_log | |
tp_toggle | |
tp_enum | |
tp_display | |
tp_display_toggle | |
tp_none | |
tp_int |
Definition at line 27 of file ladspaback.h.
enum ladspa::step_mode |
Enumerator | |
---|---|
stp_coarse | |
stp_normal | |
stp_fine |
Definition at line 72 of file ladspaback.h.
Definition at line 864 of file ladspaback.cpp.
bool ladspa::operator!= | ( | const ChangeableValues & | v1, |
const ChangeableValues & | v2 | ||
) |
Definition at line 97 of file ladspaback.cpp.
const char* ladspa::display_type_names[] = { "Scale", "Log. Scale", "Toggle", "Enum", "Display", "Led", "Hide", "Int" } |
Definition at line 33 of file ladspalist.cpp.
Referenced by ladspa::PluginDisplay::check_exit().
int ladspa::flag |
Definition at line 55 of file ladspaback.cpp.
Referenced by gx_engine::debug_trace_param(), ladspa::PluginDesc::quirks_get(), GxService::send_rack_changed(), gx_engine::ModuleSequencer::set_down_dead(), gx_engine::ModuleSequencer::set_stateflag(), and gx_engine::GxMachineBase::signal_jack_load_change().
unsigned long ladspa::from |
Definition at line 1253 of file ladspaback.cpp.
Referenced by ladspa::LadspaPluginList::LadspaPluginList().
const unsigned long* ladspa::ids |
Definition at line 56 of file ladspaback.cpp.
Referenced by ladspa::PluginDesc::quirks_get().
const char* ladspa::step_type_names[] = { "coarse", "normal", "fine" } |
Definition at line 32 of file ladspalist.cpp.
Referenced by ladspa::PluginDisplay::check_exit().
unsigned long ladspa::to |
Definition at line 1253 of file ladspaback.cpp.
Referenced by ladspa::LadspaPluginList::LadspaPluginList().