A | |
| activate [Ladspa.Descriptor] |
Activate (i.e.
|
C | |
| connect_audio_port [Ladspa.Descriptor] | connect_audio_port inst p buf ofs connects the audio port p of
instance inst to the buffer buf starting at position ofs.
|
| 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
n-th descriptor of a plugin.
|
| descriptors [Ladspa.Descriptor] |
Retrieve all the descriptors of a plugin.
|
I | |
| instantiate [Ladspa.Descriptor] | instantiate descr freq len instantiates the descriptor descr with a
sampling frequency freq indicating that len samples should be
processed at each run.
|
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
n-th port an audio port?
|
| port_is_boolean [Ladspa.Descriptor] | |
| port_is_control [Ladspa.Descriptor] |
Is the
n-th port a control port?
|
| port_is_input [Ladspa.Descriptor] |
Is the
n-th port an input?
|
| port_is_integer [Ladspa.Descriptor] | |
| port_is_logarithmic [Ladspa.Descriptor] | |
| port_is_output [Ladspa.Descriptor] |
Is the
n-th port an output?
|
| port_name [Ladspa.Descriptor] |
Name of the
n-th port.
|
| 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
run.
|
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.
|