|
LMMS
|
Public Member Functions | |
| NullPlugin (const LADSPA_Descriptor *, unsigned long) | |
Friends | |
| void | runNull_Nop (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | runNull_OutputAudio (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | runNull_OutputControl (LADSPA_Handle Instance, unsigned long SampleCount) |
Additional Inherited Members | |
| Protected Member Functions inherited from CMT_PluginInstance | |
| CMT_PluginInstance (const unsigned long lPortCount) | |
| virtual | ~CMT_PluginInstance () |
| Protected Attributes inherited from CMT_PluginInstance | |
| LADSPA_Data ** | m_ppfPorts |
This plugin can be used to take care of unwanted connections in a host's plugin network by generating zero data and audio or accepting (but ignoring) data and audio.
|
inline |
|
friend |
|
friend |
|
friend |