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

Public Slots | |
| virtual bool | Connect (MAudioInputPort *port) |
| virtual bool | Disconnect (MAudioInputPort *port) |
Public Member Functions | |
| virtual float * | Buffer () |
Protected Member Functions | |
| MPluginAudioOutputPort (MPlugin *plugin, const unsigned long portNumber) | |
Friends | |
| void | MPlugin::createAudioOutput (const unsigned long portNumber) |
|
||||||||||||
|
Creates an plugin audio output port corresponding to the portNumberth port of the LADSPA plugin.
|
|
|
The buffer to be associated with the port. A local buffer is provided by default for the port. Reimplemented from MPluginPort. |
|
|
Tries to connect port to this port.
Implements MAudioOutputPort. |
|
|
Tries to disconnect port from this port.
Implements MAudioOutputPort. |