A | |
| activate [Ladspa.Descriptor] | Activate (i.e. |
C | |
| connect_audio_port [Ladspa.Descriptor] |
|
| connect_control_port_in [Ladspa.Descriptor] | Connect an input control port. |
| connect_control_port_out [Ladspa.Descriptor] | Connect an output control port. |
| copyright [Ladspa.Descriptor] | String indicating any copyright applying to the plugin. |
D | |
| deactivate [Ladspa.Descriptor] | Deactivate a plugin. |
| descriptor [Ladspa.Descriptor] | Retrieve the |
| descriptors [Ladspa.Descriptor] | Retrieve all the descriptors of a plugin. |
I | |
| instantiate [Ladspa.Descriptor] |
|
L | |
| label [Ladspa.Descriptor] | This identifier can be used as a unique, case-sensitive identifier for the plugin type within the plugin file. |
| load [Ladspa.Plugin] | Load a LADSPA plugin. |
M | |
| maker [Ladspa.Descriptor] | String indicating the maker of the plugin. |
N | |
| name [Ladspa.Descriptor] | Name of the plugin (e.g. |
P | |
| port_count [Ladspa.Descriptor] | This indicates the number of ports (input AND output) present on the plugin. |
| port_get_default [Ladspa.Descriptor] | Get a sensible default value for a control port. |
| port_get_max [Ladspa.Descriptor] | |
| port_get_min [Ladspa.Descriptor] | |
| port_is_audio [Ladspa.Descriptor] | Is the |
| port_is_boolean [Ladspa.Descriptor] | |
| port_is_control [Ladspa.Descriptor] | Is the |
| port_is_input [Ladspa.Descriptor] | Is the |
| port_is_integer [Ladspa.Descriptor] | |
| port_is_logarithmic [Ladspa.Descriptor] | |
| port_is_output [Ladspa.Descriptor] | Is the |
| port_name [Ladspa.Descriptor] | Name of the |
| post_run [Ladspa.Descriptor] | Internal function used by the DSSI binding. |
| post_run_adding [Ladspa.Descriptor] | |
| pre_run [Ladspa.Descriptor] | Internal function used by the DSSI binding. |
R | |
| run [Ladspa.Descriptor] | Process samples. |
S | |
| set_samples [Ladspa.Descriptor] | Change the number of samples that should be processed at each |
U | |
| unique_id [Ladspa.Descriptor] | This numeric identifier indicates the plugin type uniquely. |
| unload [Ladspa.Plugin] | Unload a LADSPA plugin. |
V | |
| version [Ladspa] | Version number. |
| version_major [Ladspa] | Major version. |
| version_minor [Ladspa] | Minor version. |