#include <dssiplugin.hpp>
Public Member Functions | |
int | add_port (LADSPA_PortDescriptor descriptor, const std::string &name, const LADSPA_PortRangeHint &hint) |
Add a port with a given descriptor, name, and hint. | |
int | add_port (LADSPA_PortDescriptor descriptor, const std::string &name) |
Add a port with a given descriptor and name. | |
int | add_port (LADSPA_PortDescriptor descriptor, const std::string name, LADSPA_PortRangeHintDescriptor rh_desc, LADSPA_Data lower_bound, LADSPA_Data upper_bound) |
Add a port with a given descriptor, name, range, and range hints. |
|
Add a port with a given descriptor, name, range, and range hints.
|
|
Add a port with a given descriptor and name. No hint is used. |
|
Add a port with a given descriptor, name, and hint.
|