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

Public Slots | |
| virtual bool | Connect (MControlInputPort *port) |
| virtual bool | Disconnect (MControlInputPort *port) |
Public Member Functions | |
| virtual float * | Buffer () |
| virtual float | Value () const |
Protected Member Functions | |
| MPluginControlOutputPort (MPlugin *plugin, const unsigned long portNumber) | |
Protected Attributes | |
| float | _localValue |
Friends | |
| void | MPlugin::createControlOutput (const unsigned long portNumber) |
|
||||||||||||
|
Creates an plugin control output 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 output.
|
|
|
Implements MControlOutputPort. |
|
|
Implements MControlOutputPort. |
|
|
Actual local buffer.
|