#include <MPluginControlInputPort.h>
Inheritance diagram for MPluginControlInputPort:

Public Slots | |
| virtual bool | Connect (MControlOutputPort *port) |
| virtual bool | Disconnect (MControlOutputPort *port) |
| virtual void | SetValue (float f) |
Public Member Functions | |
| virtual float * | Buffer () |
| virtual float | Value () const |
Protected Member Functions | |
| MPluginControlInputPort (MPlugin *plugin, const unsigned long portNumber) | |
Protected Attributes | |
| float | _localValue |
Friends | |
| void | MPlugin::createControlInput (const unsigned long portNumber) |
|
||||||||||||
|
Creates an plugin control input port corresponding to the portNumberth port of the LADSPA plugin.
|
|
|
The buffer to be associated with the port.
In that case, the buffer will be a mere Reimplemented from MPluginPort. |
|
|
The current value of the control input.
|
|
|
Implements MControlInputPort. |
|
|
Implements MControlInputPort. |
|
|
Sets the value of the control input to f. This will write f to the Buffer( ). |
|
|
Actual local buffer.
|