#include <pluginaclientlad.h>
Public Types | |
| enum | { PORT_NORMAL, PORT_FREQ_INDEX, PORT_TOGGLE, PORT_INTEGER } |
Public Member Functions | |
| PluginAClientConfig () | |
| ~PluginAClientConfig () | |
| int | equivalent (PluginAClientConfig &that) |
| void | copy_from (PluginAClientConfig &that) |
| void | interpolate (PluginAClientConfig &prev, PluginAClientConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
| void | reset () |
| void | delete_objects () |
| void | initialize (PluginServer *server) |
Public Attributes | |
| int | total_ports |
| int * | port_type |
| LADSPA_Data * | port_data |
Definition at line 11 of file pluginaclientlad.h.
|
|
Definition at line 31 of file pluginaclientlad.h. |
|
|
Definition at line 19 of file pluginaclientlad.C. References reset(). |
|
|
Definition at line 24 of file pluginaclientlad.C. References delete_objects(). |
|
|
Definition at line 55 of file pluginaclientlad.C. References delete_objects(), port_data, port_type, and total_ports. Referenced by interpolate(). |
|
|
Definition at line 36 of file pluginaclientlad.C. References port_data, port_type, and reset(). Referenced by copy_from(), initialize(), and ~PluginAClientConfig(). |
|
|
Definition at line 46 of file pluginaclientlad.C. References port_data, and total_ports. |
|
|
||||||||||||||||||||||||
|
Definition at line 74 of file pluginaclientlad.C. References copy_from(). |
|
|
Definition at line 29 of file pluginaclientlad.C. References port_data, port_type, and total_ports. Referenced by delete_objects(), and PluginAClientConfig(). |
|
|
Definition at line 40 of file pluginaclientlad.h. Referenced by copy_from(), delete_objects(), equivalent(), initialize(), and reset(). |
|
|
Definition at line 38 of file pluginaclientlad.h. Referenced by copy_from(), delete_objects(), initialize(), and reset(). |
|
|
Definition at line 28 of file pluginaclientlad.h. Referenced by copy_from(), equivalent(), initialize(), and reset(). |
1.4.4