|
LMMS
|
#include <Descriptor.h>
Public Member Functions | |
| Descriptor () | |
| ~Descriptor () override=default | |
| void | setup () |
| void | autogen () |
| Public Member Functions inherited from DescriptorStub | |
| DescriptorStub () | |
| virtual | ~DescriptorStub () |
Static Public Member Functions | |
| static LADSPA_Handle | _instantiate (const struct _LADSPA_Descriptor *d, ulong fs) |
| static void | _connect_port (LADSPA_Handle h, ulong i, LADSPA_Data *p) |
| static void | _activate (LADSPA_Handle h) |
| static void | _run (LADSPA_Handle h, ulong n) |
| static void | _run_adding (LADSPA_Handle h, ulong n) |
| static void | _set_run_adding_gain (LADSPA_Handle h, LADSPA_Data g) |
| static void | _cleanup (LADSPA_Handle h) |
Public Attributes | |
| LADSPA_PortRangeHint * | ranges |
| Public Attributes inherited from _LADSPA_Descriptor | |
| unsigned long | UniqueID |
| const char * | Label |
| LADSPA_Properties | Properties |
| const char * | Name |
| const char * | Maker |
| const char * | Copyright |
| unsigned long | PortCount |
| const LADSPA_PortDescriptor * | PortDescriptors |
| const char *const * | PortNames |
| const LADSPA_PortRangeHint * | PortRangeHints |
| void * | ImplementationData |
| LADSPA_Handle(* | instantiate )(const struct _LADSPA_Descriptor *Descriptor, unsigned long SampleRate) |
| void(* | connect_port )(LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void(* | activate )(LADSPA_Handle Instance) |
| void(* | run )(LADSPA_Handle Instance, unsigned long SampleCount) |
| void(* | run_adding )(LADSPA_Handle Instance, unsigned long SampleCount) |
| void(* | set_run_adding_gain )(LADSPA_Handle Instance, LADSPA_Data Gain) |
| void(* | deactivate )(LADSPA_Handle Instance) |
| void(* | cleanup )(LADSPA_Handle Instance) |
|
inline |
|
overridedefault |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
| void Descriptor< T >::setup | ( | ) |
| LADSPA_PortRangeHint* Descriptor< T >::ranges |