Guitarix
ladspa Namespace Reference

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" }
 

Enumeration Type Documentation

◆ 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.

◆ step_mode

Enumerator
stp_coarse 
stp_normal 
stp_fine 

Definition at line 72 of file ladspaback.h.

Function Documentation

◆ cmp_ctrl_ports()

bool ladspa::cmp_ctrl_ports ( const PortDesc a,
const PortDesc b 
)

Definition at line 865 of file ladspaback.cpp.

◆ operator!=()

bool ladspa::operator!= ( const ChangeableValues v1,
const ChangeableValues v2 
)

Definition at line 98 of file ladspaback.cpp.

Variable Documentation

◆ display_type_names

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().

◆ flag

◆ from

unsigned long ladspa::from

Definition at line 1256 of file ladspaback.cpp.

Referenced by ladspa::LadspaPluginList::LadspaPluginList().

◆ ids

const unsigned long* ladspa::ids

Definition at line 57 of file ladspaback.cpp.

Referenced by ladspa::PluginDesc::quirks_get().

◆ step_type_names

const char* ladspa::step_type_names[] = { "coarse", "normal", "fine" }

Definition at line 32 of file ladspalist.cpp.

Referenced by ladspa::PluginDisplay::check_exit().

◆ to

unsigned long ladspa::to

Definition at line 1256 of file ladspaback.cpp.

Referenced by ladspa::LadspaPluginList::LadspaPluginList().